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:17:32 +0300 |
commit | 6b387179baab8d0e5da6570678eefbe61f3acc79 (patch) | |
tree | 1b9f79c66f804c5d9a6aa0d3c142feefcec95cf3 /doc/src | |
parent | 94019c879a138454af723fa8bfc346d4a44ecd47 (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 cfc805f7853..46d7e19f100 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -6773,7 +6773,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 12602758645..2dad2158596 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -2686,7 +2686,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> |