| From: | Kevin Grittner <kgrittn(at)ymail(dot)com> |
|---|---|
| To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "pgsql-committers(at)postgresql(dot)org" <pgsql-committers(at)postgresql(dot)org> |
| Subject: | Re: pgsql: Modify tqueue infrastructure to support transient record types. |
| Date: | 2015-11-07 18:26:34 |
| Message-ID: | 635865455.1100810.1446920794369.JavaMail.yahoo@mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Friday, November 6, 2015 3:59 PM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> Modified Files
> --------------
> src/backend/executor/tqueue.c | 983 ++++++++++++++++++++++++++++++++-----
This patch created some referenced local variables:
tqueue.c: In function ‘tqueueReceiveSlot’:
tqueue.c:124:18: error: variable ‘tup’ set but not used [-Werror=unused-but-set-variable]
HeapTupleHeader tup;
^
tqueue.c: In function ‘TupleQueueRemapTuple’:
tqueue.c:612:8: error: variable ‘dirty’ set but not used [-Werror=unused-but-set-variable]
bool dirty = false;
^
cc1: all warnings being treated as errors
--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2015-11-07 21:13:57 | pgsql: Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify |
| Previous Message | Tom Lane | 2015-11-07 17:43:49 | pgsql: Fix enforcement of restrictions inside regexp lookaround constra |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alexander Korotkov | 2015-11-07 20:01:31 | Re: Summary of Vienna sharding summit, new TODO item |
| Previous Message | Pavel Stehule | 2015-11-07 18:03:14 | Re: proposal: PL/Pythonu - function ereport |