Select Git revision
src
-
-
- Open in your IDE
- Download source code
- Download this directory
Tom Lane
authored
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.
Name | Last commit | Last update |
---|---|---|
.. | ||
backend | ||
bin | ||
corba | ||
include | ||
interfaces | ||
makefiles | ||
pl | ||
port | ||
template | ||
test | ||
timezone | ||
tools | ||
tutorial | ||
utils | ||
DEVELOPERS | ||
Makefile | ||
Makefile.global.in | ||
Makefile.shlib | ||
bcc32.mak | ||
nls-global.mk | ||
win32.mak |