[doc] fix a potential grammer mistake

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [doc] fix a potential grammer mistake
Date: 2022-08-03 08:10:25
Message-ID: CAEG8a3LRSMqkvjiURiJoSi4aGWORpiXUmUfQQK5PaD6WfPzu3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think in the following sentence, were should be replaced with have,
what do you think?

```
/*
- * We were just issued a SAVEPOINT inside a
transaction block.
+ * We have just issued a SAVEPOINT inside a
transaction block.
* Start a subtransaction. (DefineSavepoint already did
* PushTransaction, so as to have someplace to
put the SUBBEGIN
* state.)
```

--
Regards
Junwang Zhao

Attachment Content-Type Size
0001-doc-fix-a-potential-grammer-mistake.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-08-03 08:11:30 Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints
Previous Message Masahiko Sawada 2022-08-03 07:49:24 Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns