diff options
| author | Bruce Momjian | 1998-08-29 02:09:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-08-29 02:09:27 +0000 |
| commit | 3e873022014d5359f4698dc85a7708fb869a09fe (patch) | |
| tree | 6fe91c43d9168e9071d2b44e98093b6127c91cfb /src/tools | |
| parent | b9b00d5fe4ca963fa39295b054c83eb99bdec6b0 (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_CHANGES | 2 |
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 + |
