pgsql: Fix copy-pasto in description of pg_serial, and silence compiler - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix copy-pasto in description of pg_serial, and silence compiler
Date
Msg-id E1PmheX-0005I0-Sj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix copy-pasto in description of pg_serial, and silence compiler warning
about uninitialized field you get on some compilers.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7202ad7b8dd07864092be70287fe971ec72a3fbc

Modified Files
--------------
doc/src/sgml/storage.sgml            |    2 +-
src/backend/storage/lmgr/predicate.c |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Avoid having autovacuum workers wait for relation locks.
Next
From: Simon Riggs
Date:
Subject: pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini