mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
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:
@ -63,7 +63,7 @@ sequence_close(Relation relation, LOCKMODE lockmode)
|
|||||||
/* ----------------
|
/* ----------------
|
||||||
* validate_relation_kind - check the relation's kind
|
* 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
|
static inline void
|
||||||
|
Reference in New Issue
Block a user