pgsql: Capitalize SHOW when testing whether target_session_attrs=read-w

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Capitalize SHOW when testing whether target_session_attrs=read-w
Date: 2017-05-19 19:58:48
Message-ID: E1dBo2y-00025M-WB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Capitalize SHOW when testing whether target_session_attrs=read-write.

This makes it also work for replication connections.

Report and patch by Daisuke Higuchi.

Discussion: http://postgr.es/m/1803D792815FC24D871C00D17AE95905B1A34A@g01jpexmbkw24

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aa41bc794c51a4d5c364cca014c199b1a00d26aa

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
src/interfaces/libpq/fe-connect.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-05-19 20:23:37 pgsql: libpq: Try next host if one of them times out.
Previous Message Robert Haas 2017-05-19 19:28:18 pgsql: Copy partitioned_rels lists to avoid shared substructure.