pgsql: Make oid2name, pgbench, and vacuumlo set fallback_application_na

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make oid2name, pgbench, and vacuumlo set fallback_application_na
Date: 2012-07-04 19:40:33
Message-ID: E1SmVRB-0002TF-OC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make oid2name, pgbench, and vacuumlo set fallback_application_name.

Amit Kapila, reviewed by Shigeru Hanada and Peter Eisentraut,
with some modifications by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/17676c785a95b2598c5735c0025f7dc7727a96bc

Modified Files
--------------
contrib/oid2name/oid2name.c | 31 ++++++++++++++++++++++++-------
contrib/pgbench/pgbench.c | 33 +++++++++++++++++++++++++--------
contrib/vacuumlo/vacuumlo.c | 31 +++++++++++++++++++++++--------
3 files changed, 72 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-07-04 19:55:43 pgsql: Increase the maximum initdb-configured value for shared_buffers
Previous Message Magnus Hagander 2012-07-04 14:17:47 pgsql: Remove duplicate, unnecessary, variable declaration