pgsql/src/backend access/transam/clog.c catalo ...

Started by Tom Laneover 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/10/25 16:37:30

Modified files:
src/backend/access/transam: clog.c
src/backend/catalog: index.c
src/backend/commands: analyze.c

Log message:
Fix a couple of places where lack of parenthesization of a cast
causes pgindent to make weird formatting decisions. Easiest fix
seems to be to put in the extra parens...