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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix copy-pasto in description of pg_serial, and silence compiler
Дата
Msg-id E1PmheX-0005I0-Sj@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid having autovacuum workers wait for relation locks.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini