Remove encoding lookups from grammar stage, push them back to places

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5123139210a6767e99f3e420038d64926beb7d78
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-11-02T18:41:22Z
Releases: 7.3.1
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.

Files