Re: clean up test_rls_hooks module
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-23T15:45:11Z
Lists: pgsql-hackers
Hi, On 2022-03-23 10:07:06 -0400, Tom Lane wrote: > Andrew Dunstan <andrew@dunslane.net> writes: > > Here's a patch to fix those things. > > Seems reasonable to me, except that I think I'd leave the formatting > of the OBJS macro alone. IIRC, Andres or someone went around and > made all of those follow this one-file-per-line style some time ago. Yea. merge conflicts are considerably rarer that way, and a heck of a lot easier to deal with when they occur. Greetings, Andres Freund
Commits
-
Clean test_rls_hooks module
- c97e4bdcb142 15.0 landed