1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Minor improvements in sequence decoding code and docs

A couple minor comment improvements and code cleanups, based on
post-commit feedback to the sequence decoding patch.

Author: Amit Kapila, vignesh C
Discussion: https://postgr.es/m/aeb2ba8d-e6f4-5486-cc4c-0d4982c291cb@enterprisedb.com
This commit is contained in:
Tomas Vondra
2022-03-25 20:12:50 +01:00
parent 174877f1e3
commit 05843b1aa4
4 changed files with 14 additions and 17 deletions

View File

@ -7141,7 +7141,7 @@ Sequence
</term>
<listitem>
<para>
1 if the sequence update is transactions, 0 otherwise.
1 if the sequence update is transactional, 0 otherwise.
</para>
</listitem>
</varlistentry>