pgsql: Use IsA macro, for sake of consistency

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use IsA macro, for sake of consistency
Date: 2026-01-08 17:11:25
Message-ID: E1vdtXg-005LHR-2G@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use IsA macro, for sake of consistency

Reported-by: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CAOzEurS=PzRzGba3mpNXgEhbnQFA0dxXaU0ujCJ0aa9yMSH6Pw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63d1b1cf7f1e3d7834d3914114c23c27023e6840

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-01-08 19:10:04 pgsql: Create btree_gist v1.9, in which inet/cidr opclasses aren't defa
Previous Message Heikki Linnakangas 2026-01-08 16:49:31 pgsql: Fix misc typos, mostly in comments