Re: pgsql: dummy commit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: dummy commit
Date: 2020-03-31 21:34:50
Message-ID: 31072.1585690490@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> dummy commit

Uh, what?

Also, I disagree with your change of the wording about savepoint
rollbacks. I agree that "if the savepoint is rolled back to"
is a bit awkward, but I think dropping the "to" is flat wrong.
The savepoint is a point you roll back to, it doesn't itself
disappear when you do so. That's why the SQL syntax is
"ROLLBACK TO savepoint" and not just "ROLLBACK savepoint".

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-03-31 21:37:24 Re: pgsql: dummy commit
Previous Message Bruce Momjian 2020-03-31 21:32:04 pgsql: Revert erroroneous commit 834b80464d; my apologies