Re: allow benign typedef redefinitions (C11)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: allow benign typedef redefinitions (C11)
Date: 2025-08-29 13:57:33
Message-ID: 2084398.1756475853@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> Here is the first of several (to come at a later date) patch sets to
> take some advantage of C11 features.

I haven't checked this line-by-line, but +1 for concept (assuming the
build farm is actually happy with it). 0006 and 0007, in particular,
clean up some very messy hacks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrice Chapuis 2025-08-29 13:58:07 Re: Issue with logical replication slot during switchover
Previous Message Ashutosh Bapat 2025-08-29 13:54:20 Re: bug: virtual generated column can be partition key