aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-01-11 04:58:44 +0000
committerBruce Momjian <bruce@momjian.us>2003-01-11 04:58:44 +0000
commitbcf7a35f3cde21ff8eb591c568418adf02f9349a (patch)
treec211d3a0a9cc992dc680a48554c03bf17ea6dbbf /src
parentab74a932a372ee4dfc3f07117e817ea5d77fd8ce (diff)
downloadpostgresql-bcf7a35f3cde21ff8eb591c568418adf02f9349a.tar.gz
postgresql-bcf7a35f3cde21ff8eb591c568418adf02f9349a.zip
A tiny patch to fix a typo in configure.in and another one in
RELEASE_CHANGES. Manfred Koizar
Diffstat (limited to 'src')
-rw-r--r--src/tools/RELEASE_CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 52c98360f4a..e0a0bacad20 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -41,7 +41,7 @@ but are not limited to:
3. Removing a field from a public structure.
-3. Adding a field to a public structure, unless steps have been
+4. Adding a field to a public structure, unless steps have been
previously taken to shield users from such a change, for example by
such structures only ever being allocated/instantiated by a library
function which would give the new field a suitable default value.