diff options
author | David Rowley <drowley@postgresql.org> | 2020-11-25 16:33:43 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2020-11-25 16:33:43 +1300 |
commit | 687f6163447514c23b44a981540987013529a9ec (patch) | |
tree | 4b0d49e46954c1653cc72c1f0ba2546a4f77d072 /src/backend/tcop/postgres.c | |
parent | 7b94e999606e2e2e10d68d544d49fc5a5d5785ac (diff) | |
download | postgresql-687f6163447514c23b44a981540987013529a9ec.tar.gz postgresql-687f6163447514c23b44a981540987013529a9ec.zip |
Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1
The buildfarm animal walleye, running MinGW 8.1 has been having problems
ever since 697e1d02f and 913ec71d6 went in. This appears to be a bug in
assembler which was fixed in a later version.
For now, in order to get that animal running green again, let's just
define pg_attribute_cold and pg_attribute_hot to be empty macros on that
compiler. Hopefully, we can get the support of the owner of the animal to
upgrade to a less buggy compiler and revert this at a later date.
Discussion: https://postgr.es/m/286560.1606233316@sss.pgh.pa.us
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions