Re: FullTransactionId changes are causing portability issues
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: buildfarm-members@lists.postgresql.org, pgsql-hackers@lists.postgresql.org
Date: 2019-05-23T17:46:15Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2019-05-22 16:13:02 -0400, Tom Lane wrote: >> It doesn't sound like "use a newer compiler" is going to be a helpful >> answer there. > Well, GCC is available on solaris, and IIRC not that hard to install > (isn't it just a 'pkg install gcc' or such?). Don't think we need to > invest a lot of energy fixing a compiler / OS combo that effectively > isn't developed further. I'm not really excited about adopting a position that PG will only build on GCC and clones thereof. regards, tom lane
Commits
-
In transam.h, don't expose static inline functions to frontend code.
- 4fbf809e13c3 12.0 landed