* prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=81
Description
No description provided
Languages
RPM Spec
100%