Error arguments in pl_exec.c

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Error arguments in pl_exec.c
Date: 2008-11-20 14:58:42
Message-ID: 49257B22.6070005@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I get the following warnings in HEAD

pl_exec.c: In function ‘exec_stmt_raise’:
pl_exec.c:2538: warning: format not a string literal and no format arguments
pl_exec.c:2538: warning: format not a string literal and no format arguments

Attached patch seems right to me - objections?

//Magnus

Attachment Content-Type Size
plexec.diff text/x-diff 894 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-11-20 15:03:39 pgsql: Silence compiler warning about ignored return value.
Previous Message Fujii Masao 2008-11-20 14:50:34 Re: How should pg_standby get over the gap of timeline?