aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-11-24 19:51:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-11-24 19:51:05 +0000
commitcf796cc702a879947fd6d1290e25250fe0b37d69 (patch)
tree5730f3eadbcea0e8442898ec84e96b4a884ccdb6 /src/backend/utils/adt/regexp.c
parent5597fee8d701bc8f3cb859ff935699ef6ce08b31 (diff)
downloadpostgresql-cf796cc702a879947fd6d1290e25250fe0b37d69.tar.gz
postgresql-cf796cc702a879947fd6d1290e25250fe0b37d69.zip
A client_encoding specification coming from the connection request has
to be processed by GUC before InitPostgres, because any required lookup of the encoding conversion function has to be done during InitializeClientEncoding. So, I broke this last week by moving GUC processing to after InitPostgres :-(. What we can do as a compromise is process non-SUSET variables during command line scanning (the same as before), and postpone the processing of only SUSET variables. None of the SUSET variables need to be set before InitPostgres.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions