Re: Add version macro to libpq-fe.h - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add version macro to libpq-fe.h
Date
Msg-id 1647451.1624289982@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add version macro to libpq-fe.h  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> What will prevent us from forgetting to do something about this again,
> a year from now?

As long as we notice it before 15.0, we can fix it retroactively,
as we just did for 14.  For that matter, fixing before 15.1 or
so would likely be Good Enough.

But realistically, how is this any worse of a problem than a hundred
other easily-forgotten coding rules we have?  We manage to uphold
most of them most of the time.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: disfavoring unparameterized nested loops
Next
From: Tom Lane
Date:
Subject: Re: Use simplehash.h instead of dynahash in SMgr