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...