Process options from the startup packed in walsender. Only few options

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 418039d3af44813294812ce7e29e2259874a1e23
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-09-13T09:00:30Z
Releases: 9.1.0
Process options from the startup packed in walsender. Only few options
make sense for walsender, but for example application_name and client_encoding
do. We still don't apply per-role settings from pg_db_role_setting, because
that would require connecting to a database to read the table.

Fujii Masao

Files

PathChange+/−
src/backend/utils/init/postinit.c modified +80 −51