summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorBruce Momjian1998-08-29 02:09:27 +0000
committerBruce Momjian1998-08-29 02:09:27 +0000
commit3e873022014d5359f4698dc85a7708fb869a09fe (patch)
tree6fe91c43d9168e9071d2b44e98093b6127c91cfb /src/tools
parentb9b00d5fe4ca963fa39295b054c83eb99bdec6b0 (diff)
libpq's pqGetnchar() should not return a null-terminated value
anymore. Fix for large objects.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/RELEASE_CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index f7f0ba3db1..276c60d0c2 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -11,3 +11,5 @@ update include/version.h after release
update backend/parser/scan.c and gram.c so flex/bison not necessary
update pgaccess
update odbc
+update doc/src/sgml/release.sgml
+