mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -1425,7 +1425,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
|
||||
If this parameter is set to <literal>read-write</literal>, only a
|
||||
connection in which read-write transactions are accepted by default
|
||||
is considered acceptable. The query
|
||||
<literal>show transaction_read_only</literal> will be sent upon any
|
||||
<literal>SHOW transaction_read_only</literal> will be sent upon any
|
||||
successful connection; if it returns <literal>on</>, the connection
|
||||
will be closed. If multiple hosts were specified in the connection
|
||||
string, any remaining servers will be tried just as if the connection
|
||||
|
Reference in New Issue
Block a user