Fix comment thinko in sequence.c

One comment mentioned indexes, but the relation opened should be
sequences.

Reported-by: Matthias van de Meent
Discussion: https://postgr.es/m/CAEze2WiMGNG9XK3NSUen-5BARhCnP=u=FXnf8pvpL2qDKeOsZg@mail.gmail.com
This commit is contained in:
Michael Paquier 2024-02-27 08:19:39 +09:00
parent 42a1de3013
commit 17a3f79f81
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ sequence_close(Relation relation, LOCKMODE lockmode)
/* ----------------
* validate_relation_kind - check the relation's kind
*
* Make sure relkind is from an index
* Make sure relkind is from a sequence.
* ----------------
*/
static inline void