pgsql: pg_dump: Further reorganize getTableAttrs()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_dump: Further reorganize getTableAttrs()
Дата
Msg-id E1jtT3V-0003M4-IB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Further reorganize getTableAttrs()

After further discussion after
daa9fe8a5264a3f192efa5ddee8fb011ad9da365, reorder the version-specific
sections from oldest to newest.  Also, remove the variable assignments
from PQfnumber() to reduce vertical space.

Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
Discussion: https://www.postgresql.org/message-id/flat/6594334b-40fd-14f1-6bc5-877afa3feed5@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/991c444e7ad3a1ff7bcffff4121e6ff67c4783fc

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 149 +++++++++++++++++-----------------------------
1 file changed, 54 insertions(+), 95 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Correct the description about the length of pg_stat_activit
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further tighten Windows CRLF conversion in our TAP test scripts.