Re: Fixes for compiler warnings - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Fixes for compiler warnings
Date
Msg-id 20090119163826.GD4132@alvh.no-ip.org
Whole thread Raw
In response to Re: Fixes for compiler warnings  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Fixes for compiler warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Fixes for compiler warnings  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander escribió:

> For a change like
> http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.480&r2=1.481
> 
> Will it work to stick _(hintmsg) around it there?

Assuming that there is a gettext_noop() call in the literal that's
assigned to hintmsg, yes, it should work.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Review: B-Tree emulation for GIN
Next
From: Teodor Sigaev
Date:
Subject: Re: [PATCHES] GIN improvements