1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

A tiny patch to fix a typo in configure.in and another one in

RELEASE_CHANGES.

Manfred Koizar
This commit is contained in:
Bruce Momjian
2003-01-11 04:58:44 +00:00
parent ab74a932a3
commit bcf7a35f3c
3 changed files with 5 additions and 5 deletions

View File

@@ -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.