Don't use 'bool' as a struct member name in help_config.c. Doing so doesn't work if bool is a macro rather than a typedef.
Although c.h spends some effort to support configurations where bool is a preexisting macro, help_config.c has existed this way since 2003 (b700a6), and there have not been any reports of problems. Backpatch anyway since this is as riskless as it gets. Discussion: [email protected] Backpatch: 9.0-master Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d19c1b0b24d53f41222bf808dc6b40404b2954a1 Modified Files -------------- src/backend/utils/misc/help_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
