pgsql: Process options from the startup packed in walsender.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Process options from the startup packed in walsender.
Date: 2010-09-13 09:00:30
Message-ID: 20100913090030.81A2A7541E2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/src/backend/utils/init:
postinit.c (r1.213 -> r1.214)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c?r1=1.213&r2=1.214)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-09-13 09:00:35 pgsql: Process options from the startup packed in walsender.
Previous Message Bruce Momjian 2010-09-13 01:35:54 pgsql: Don't try aligning comments for new archive_command Win32 doc