OSDN Git Service

Remove encoding lookups from grammar stage, push them back to places
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Nov 2002 18:41:22 +0000 (18:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Nov 2002 18:41:22 +0000 (18:41 +0000)
commit5123139210a6767e99f3e420038d64926beb7d78
treee4eadcde9f1d7d76c9f9de43f3ef39e99101f7a1
parentf6e0130b5bee398b68ed64144cd0a467e8b8713a
Remove encoding lookups from grammar stage, push them back to places
where it's safe to do database access.  Along the way, fix core dump
for 'DEFAULT' parameters to CREATE DATABASE.  initdb forced due to
change in pg_proc entry.
doc/src/sgml/keywords.sgml
src/backend/catalog/namespace.c
src/backend/catalog/pg_conversion.c
src/backend/commands/dbcommands.c
src/backend/parser/gram.y
src/backend/utils/mb/mbutils.c
src/include/catalog/catversion.h
src/include/catalog/namespace.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h
src/test/regress/expected/conversion.out