pgsql: Treat timeline IDs as unsigned in replication parser

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Treat timeline IDs as unsigned in replication parser
Дата
Msg-id E1V9oFr-0001tg-QR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Treat timeline IDs as unsigned in replication parser

Timeline IDs are unsigned ints everywhere, except the replication parser
treated them as signed ints.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3ed990b6ffe18e794b5020a5e5e841aacd72524e

Modified Files
--------------
src/backend/replication/repl_gram.y    |   14 +++++++-------
src/backend/replication/repl_scanner.l |    4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove ph_may_need from PlaceHolderInfo, with attendant simplifi
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve error message when view is not updatable