diff options
author | Andres Freund <andres@anarazel.de> | 2015-08-12 16:02:20 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-08-15 16:44:50 +0200 |
commit | 8749aafde2179de243bc8ffeec23a28a94ec5def (patch) | |
tree | 29530b141c00edda8f73f340ef973775baace694 /src/backend/regex/regcomp.c | |
parent | 665ae7f9b4a9f5763e10eddb6761d3c95ffccc55 (diff) | |
download | postgresql-8749aafde2179de243bc8ffeec23a28a94ec5def.tar.gz postgresql-8749aafde2179de243bc8ffeec23a28a94ec5def.zip |
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: 20150812084351.GD8470@awork2.anarazel.de
Backpatch: 9.0-master
Diffstat (limited to 'src/backend/regex/regcomp.c')
0 files changed, 0 insertions, 0 deletions