postgresql/src
Tom Lane 3ef16c46fb Add some checks on "char"-type columns to type_sanity and opr_sanity.
I noticed that the sanity checks in the regression tests omitted to
check a couple of "poor man's enum" columns that you'd reasonably
expect them to check.

There are other "char"-type columns in system catalogs that are not
covered by either type_sanity or opr_sanity, e.g. pg_rewrite.ev_type.
However, those catalogs are not populated with any manually-created
data during bootstrap, so it seems less necessary to check them
this way.
2016-01-09 17:20:58 -05:00
..
backend Clean up some lack-of-STRICT issues in the core code, too. 2016-01-09 16:58:32 -05:00
bin Revert "Blind attempt at a Cygwin fix" 2016-01-08 13:18:40 -03:00
common Update copyright for 2016 2016-01-02 13:33:40 -05:00
include Clean up some lack-of-STRICT issues in the core code, too. 2016-01-09 16:58:32 -05:00
interfaces Update copyright for 2016 2016-01-02 13:33:40 -05:00
makefiles
pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
port Fix order of arguments to va_start() 2016-01-07 20:32:49 -03:00
template
test Add some checks on "char"-type columns to type_sanity and opr_sanity. 2016-01-09 17:20:58 -05:00
timezone Update copyright for 2016 2016-01-02 13:33:40 -05:00
tools Windows: Make pg_ctl reliably detect service status 2016-01-07 11:59:08 -03:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak