pgsql: Add an ifneq to avoid make warning on AIX --- there is a separate - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add an ifneq to avoid make warning on AIX --- there is a separate
Date
Msg-id 20051027204529.9AA5CDB109@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add an ifneq to avoid make warning on AIX --- there is a separate rule
for postgres: on line 86, and line 43 shouldn't be used.  Noted while
looking at kookaburra buildfarm results.

Modified Files:
--------------
    pgsql/src/backend:
        Makefile (r1.109 -> r1.110)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile.diff?r1=1.109&r2=1.110)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak buffer manager so that 'internal' accesses to a buffer do
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove mention that \x doesn't affect backslash commands.