Re: Compile warning

Lists: pgsql-hackers
From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Compile warning
Date: 2008-04-04 15:37:00
Message-ID: 200804041537.m34Fb0R16888@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Magnus, I am seeing this compile warning, I think related to work you
were doing:

guc.c:7116: warning: `assign_backslash_quote' defined but not used

--
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. +


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Compile warning
Date: 2008-04-04 18:27:18
Message-ID: 47F67306.2070301@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian wrote:
> Magnus, I am seeing this compile warning, I think related to work you
> were doing:
>
> guc.c:7116: warning: `assign_backslash_quote' defined but not used

Yup, that's mine, fixed.

//Magnus