pgsql: Fix typo in tablecmds.c

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in tablecmds.c
Date: 2025-12-15 04:17:49
Message-ID: E1vV01s-000qK9-1v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in tablecmds.c

Author: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEoWx2%3DAib%2BcatZn6wHKmz0BWe8-q10NAhpxu8wUDT19SddKNA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd83ed9a91bbd4d05fffd059161b060b7473f5ad

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-12-15 09:54:42 pgsql: Clarify comment on multixid offset wraparound check
Previous Message Amit Kapila 2025-12-15 02:59:05 pgsql: Add retry logic to pg_sync_replication_slots().