warning fix

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: warning fix
Date: 2002-08-27 21:38:38
Message-ID: 87vg5w0yox.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch fixes the following warnings when compiling current CVS:

In file included from pg_dump.c:66:
dumputils.h:26:8: warning: extra tokens at end of #endif directive
In file included from pg_backup_archiver.c:27:
dumputils.h:26:8: warning: extra tokens at end of #endif directive
In file included from pg_backup_db.c:16:
dumputils.h:26:8: warning: extra tokens at end of #endif directive
In file included from dumputils.c:16:
dumputils.h:26:8: warning: extra tokens at end of #endif directive
In file included from pg_restore.c:44:
dumputils.h:26:8: warning: extra tokens at end of #endif directive
In file included from pg_dumpall.c:28:
dumputils.h:26:8: warning: extra tokens at end of #endif directive

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

Attachment Content-Type Size
warning_fix-1.patch text/x-patch 715 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-08-27 21:51:19 Re: warning fix
Previous Message Tom Lane 2002-08-27 21:28:18 Re: [HACKERS] pg_attribute.attisinherited ?