pgsql: Fix "too many arguments" messages not to index off the end of ar

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix "too many arguments" messages not to index off the end of ar
Дата
Msg-id E1T9iBK-0003AP-Hd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix "too many arguments" messages not to index off the end of argv[].

This affects initdb, clusterdb, reindexdb, and vacuumdb in master
and 9.2; in earlier branches, only initdb is affected.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/83f2584f15d9450834f3b3d5e4a2edaa7c00dc60

Modified Files
--------------
src/bin/initdb/initdb.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix "too many arguments" messages not to index off the end of ar
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Update syntax shown for \copy to match new syntax for COPY.