summaryrefslogtreecommitdiffstats
path: root/pg_config.h
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2006-02-13 15:53:02 +0000
committerTom Lane <tgl@fedoraproject.org>2006-02-13 15:53:02 +0000
commit3b6d1bc1365ee6ab6e47a204e636b0f4a89acbdb (patch)
treeef42d03969a09136ff2942831699e30eaa4e6629 /pg_config.h
parent396c0e4db9cc3d486d6a5d923854d2cf40e22e50 (diff)
downloadpostgresql-setup-3b6d1bc1365ee6ab6e47a204e636b0f4a89acbdb.tar.gz
postgresql-setup-3b6d1bc1365ee6ab6e47a204e636b0f4a89acbdb.tar.xz
postgresql-setup-3b6d1bc1365ee6ab6e47a204e636b0f4a89acbdb.zip
Update to PostgreSQL 8.1.3 (CVE-2006-0553); also update JDBC driver and fixpostgresql-8_1_3-1
bug #177564.
Diffstat (limited to 'pg_config.h')
-rw-r--r--pg_config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pg_config.h b/pg_config.h
index 4f1df24..f00828a 100644
--- a/pg_config.h
+++ b/pg_config.h
@@ -4,13 +4,14 @@
* identical. Hence, this file is architecture-independent and calls
* in an arch-dependent file that will appear in just one RPM.
*
+ * To avoid breaking arches not explicitly supported by Red Hat, we
+ * use this indirection file *only* on known multilib arches.
+ *
* Note: this may well fail if user tries to use gcc's -I- option.
* But that option is deprecated anyway.
*/
#if defined(__x86_64__)
#include "pg_config_x86_64.h"
-#elif defined(__ia64__)
-#include "pg_config_ia64.h"
#elif defined(__i386__)
#include "pg_config_i386.h"
#elif defined(__ppc64__) || defined(__powerpc64__)