Fix for compiler warning in reloptions.c

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Fix for compiler warning in reloptions.c
Date: 2009-01-06 02:44:09
Message-ID: 200901060244.n062i9b24997@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The attached applied patch prevents a compiler warning; the compiler
doesn't know about our elog(ERROR) exit case.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/rtmp/diff text/x-diff 702 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2009-01-06 03:00:16 contrib Japanese README
Previous Message Robert Haas 2009-01-06 02:39:58 Re: QuickLZ compression algorithm (Re: Inclusion in the PostgreSQL backend for toasting rows)