pgsql: dummy commit

Started by Bruce Momjianover 6 years ago4 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

dummy commit

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/834b80464d653c976787f5b5849fa0595678d0a0

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

#2Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#1)
Re: pgsql: dummy commit

My apologies for this commit; it will be reverted now.

---------------------------------------------------------------------------

On Tue, Mar 31, 2020 at 09:27:40PM +0000, Bruce Momjian wrote:

dummy commit

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/834b80464d653c976787f5b5849fa0595678d0a0

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EnterpriseDB https://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: pgsql: dummy commit

Bruce Momjian <bruce@momjian.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

#4Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#3)
Re: pgsql: dummy commit

On Tue, Mar 31, 2020 at 05:34:50PM -0400, Tom Lane wrote:

Bruce Momjian <bruce@momjian.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".

OK, I will re-add the "to".

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EnterpriseDB https://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +