diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2018-07-09 16:10:44 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2018-07-18 16:18:27 +0300 |
commit | ed529faf7ec1e1a879c6f3b9eecd426c813749e6 (patch) | |
tree | c3f8d6dc9327e93a2d209171ad9854b731c31d25 /doc/src | |
parent | 4beb25c63221393f8a7ec790ebce1d6b5911289a (diff) |
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as
grepping for common mistakes.
Backpatch to all supported versions, as applicable, to avoid conflicts
when backporting other commits in the future.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/spi.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 2b0b1b96332..ec786d8f8a7 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -6573,7 +6573,7 @@ Delete <listitem> <para> Identifies the following TupleData message as a old tuple. - This field is is present if the table in which the delete has + This field is present if the table in which the delete has happened has REPLICA IDENTITY set to FULL. </para> </listitem> diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index 0110d02e5a6..1f13b88e05d 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -2655,7 +2655,7 @@ SPIPlanPtr SPI_saveplan(SPIPlanPtr <parameter>plan</parameter>) <refnamediv> <refname>SPI_register_relation</refname> - <refpurpose>make a ephemeral named relation available by name in SPI queries</refpurpose> + <refpurpose>make an ephemeral named relation available by name in SPI queries</refpurpose> </refnamediv> <refsynopsisdiv> |