pgsql: Fix comment thinko in sequence.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment thinko in sequence.c
Date: 2024-02-26 23:22:17
Message-ID: E1rekIa-000vhG-VW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17a3f79f812cf196063c4146d64c6479e974a5c5

Modified Files
--------------
src/backend/access/sequence/sequence.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-02-27 03:39:57 pgsql: Adjust memory allocation functions to allow sibling calls
Previous Message Nathan Bossart 2024-02-26 21:49:44 pgsql: Add helper functions for dshash tables with string keys.