Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> Committed, thanks.
This patch is making src/tools/pginclude/headerscheck unhappy:
./src/include/common/unicode_combining_table.h:3: error: array type has incomplete element type
I guess that header needs another #include, or else you need to
move some declarations around.
regards, tom lane