pgsql: Minimal portability fix for commit e1551f96e.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minimal portability fix for commit e1551f96e.
Date: 2019-12-18 15:22:53
Message-ID: E1ihbA5-0003PJ-Si@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minimal portability fix for commit e1551f96e.

Older gcc versions are not happy with having multiple declarations
for the same typedef name (not struct name). I'm a bit dubious
as to how well-thought-out that patch was at all, but for the moment
just fix it enough so I can get some work done today.

Discussion: https://postgr.es/m/20191218101338.GB325369@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bf7427bdd389aa6c266768f2a07214a2a02b85c9

Modified Files
--------------
src/include/parser/parse_utilcmd.h | 5 +++--
src/include/rewrite/rewriteManip.h | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2019-12-18 16:12:57 pgsql: Move heap-specific detoasting logic into a separate function.
Previous Message Tom Lane 2019-12-18 14:37:33 Re: pgsql: Refactor attribute mappings used in logical tuple conversion