Minimal portability fix for commit e1551f96e.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/include/parser/parse_utilcmd.h | modified | +3 −2 |
| src/include/rewrite/rewriteManip.h | modified | +3 −2 |
Discussion
Cited messages not in the archive:
20191218101338.GB325369@paquier.xyz