Time to remove dummy autocommit GUC?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Time to remove dummy autocommit GUC?
Date: 2014-11-05 15:05:03
Message-ID: 2221.1415199903@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There's a thread over in pgsql-admin
http://www.postgresql.org/message-id/flat/1317404836(dot)812502(dot)1415174912912(dot)JavaMail(dot)yahoo(at)jws11120(dot)mail(dot)ir2(dot)yahoo(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2014-11-05 15:07:24 Re: Sequence Access Method WIP
Previous Message Ali Akbar 2014-11-05 14:50:20 Re: [REVIEW] Re: Fix xpath() to return namespace definitions