pgsql: Fix comment.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix comment.
Дата
Msg-id E1WiRPR-0004hf-7w@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment.

Previous commit was confused about the case we're handling: actually,
what the patch is dealing with is platforms that have optreset, *and*
have <getopt.h>, but the latter fails to declare the former.  Because
we use a linking probe to set HAVE_INT_OPTRESET, we need to be sure we
have a declaration even if <getopt.h> doesn't think it exists.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1e81f8462aceb07d520daaabdc999b879381bd12

Modified Files
--------------
src/include/pg_getopt.h |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow for platforms that have optreset but not .
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Auto-tune effective_cache size to be 4x shared buffers"