diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-03-05 06:07:27 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-03-05 06:07:27 +0000 |
| commit | 6024ac1ba02e2f2220ae34a06418db21f1bc93e3 (patch) | |
| tree | 25696866e40f1bff022624a93b0403ba9eb3799d /src/interfaces/libpq/libpq-int.h | |
| parent | 66cd6a0fb2711b9656d5c3872f7a673b70a82818 (diff) | |
| download | postgresql-6024ac1ba02e2f2220ae34a06418db21f1bc93e3.tar.gz | |
Back out old version and update with newer patch of:
Fix for non-blocking connections in libpq
Bernhard Herzog
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
| -rw-r--r-- | src/interfaces/libpq/libpq-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index c983c42df0..34308ae6ed 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-int.h,v 1.45 2002/03/05 05:20:12 momjian Exp $ + * $Id: libpq-int.h,v 1.46 2002/03/05 06:07:27 momjian Exp $ * *------------------------------------------------------------------------- */ |
