Time to remove dummy autocommit GUC?

Started by Tom Laneabout 11 years ago3 messages
#1Tom Lane
tgl@sss.pgh.pa.us

There's a thread over in pgsql-admin
/messages/by-id/1317404836.812502.1415174912912.JavaMail.yahoo@jws11120.mail.ir2.yahoo.com
suggesting that the server-side autocommit GUC causes more confusion
than it's worth, because newbies think it should reflect the state of
client-side autocommit behavior.

We left that variable in there back in 7.4, on backward-compatibility
grounds that were a bit debatable even then. ISTM that by now we could
just flat-out remove it. Surely no client-side code is still looking
at it.

Thoughts, objections?

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Kevin Grittner
kgrittn@ymail.com
In reply to: Tom Lane (#1)
Re: Time to remove dummy autocommit GUC?

Tom Lane <tgl@sss.pgh.pa.us> wrote:

ISTM that by now we could just flat-out remove it.

+1

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Magnus Hagander
magnus@hagander.net
In reply to: Kevin Grittner (#2)
Re: Time to remove dummy autocommit GUC?

On Nov 5, 2014 5:27 PM, "Kevin Grittner" <kgrittn@ymail.com> wrote:

Tom Lane <tgl@sss.pgh.pa.us> wrote:

ISTM that by now we could just flat-out remove it.

+1

+1.

I thought we had already removed it years ago :-)

/Magnus