diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
tree | 07673d8517a11d149859d7b8146233f8fad66f3f /src/backend/libpq/be-fsstubs.c | |
parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
download | postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.zip |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'src/backend/libpq/be-fsstubs.c')
-rw-r--r-- | src/backend/libpq/be-fsstubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/be-fsstubs.c b/src/backend/libpq/be-fsstubs.c index 21d1f3ddcfe..c31ef442a94 100644 --- a/src/backend/libpq/be-fsstubs.c +++ b/src/backend/libpq/be-fsstubs.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.71 2004/07/28 14:23:28 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.72 2004/08/04 21:33:49 tgl Exp $ * * NOTES * This should be moved to a more appropriate place. It is here @@ -27,7 +27,7 @@ * existing documented semantics of LO FDs: they're only good within a * transaction. * - * As of PostgreSQL 7.5, much of the angst expressed above is no longer + * As of PostgreSQL 8.0, much of the angst expressed above is no longer * relevant, and in fact it'd be pretty easy to allow LO FDs to stay * open across transactions. However backwards compatibility suggests * that we should stick to the status quo. |