mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 17:16:43 -04:00
right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead.
4 lines
83 B
C
4 lines
83 B
C
/* see src/backend/libpq/pqcomm.c */
|
|
#define SCO_ACCEPT_BUG
|
|
|
|
#define USE_UNIVEL_CC
|