aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-03-02 13:53:46 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2021-03-02 13:53:54 -0500
commitd16f8c8e416d288bd4734ed5f14076b62ec8d153 (patch)
treeb42d81ceab36feca473dd4f929e98f98ee5b8074 /src/backend/tcop/postgres.c
parent75dbfe4ca70d5b7a83f61b0a66a0a14ad0b739ed (diff)
downloadpostgresql-d16f8c8e416d288bd4734ed5f14076b62ec8d153.tar.gz
postgresql-d16f8c8e416d288bd4734ed5f14076b62ec8d153.zip
Mark default_transaction_read_only as GUC_REPORT.
This allows clients to find out the setting at connection time without having to expend a query round trip to do so; which is helpful when trying to identify read/write servers. (One must also look at in_hot_standby, but that's already GUC_REPORT, cf bf8a662c9.) Modifying libpq to make use of this will come soon, but I felt it cleaner to push the server change separately. Haribabu Kommi, Greg Nancarrow, Vignesh C; reviewed at various times by Laurenz Albe, Takayuki Tsunakawa, Peter Smith. Discussion: https://postgr.es/m/CAF3+xM+8-ztOkaV9gHiJ3wfgENTq97QcjXQt+rbFQ6F7oNzt9A@mail.gmail.com
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions