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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 035081676b2493bcced7659d8f608305b787d4b2
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-09-13T09:00:35Z
Releases: 9.0.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