Re: pgsql: Modify tqueue infrastructure to support transient record types.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Modify tqueue infrastructure to support transient record types.
Date: 2015-11-09 09:06:51
Message-ID: CAA4eK1KRufOzuPJK2j3kHU+9yP_EdkN5Aq4N0myNS4k5gf9WMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sat, Nov 7, 2015 at 3:29 AM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:

> Modify tqueue infrastructure to support transient record types.
>
>
I am getting below compiler warning on Windows:
tqueue.c(662): warning C4715: 'TupleQueueRemap' : not all control paths
return a value

Attached patch fixes the problem.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
fix_win_compiler_warning_v1.patch application/octet-stream 560 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2015-11-09 13:18:56 Re: pgsql: Modify tqueue infrastructure to support transient record types.
Previous Message Andres Freund 2015-11-09 05:59:08 pgsql: Add paragraph about ON CONFLICT interaction with partitioning.

Browse pgsql-hackers by date

  From Date Subject
Next Message Ildus Kurbangaliev 2015-11-09 09:17:34 Re: [PATCH] Refactoring of LWLock tranches
Previous Message Amit Langote 2015-11-09 08:57:16 Re: Adjust errorcode in background worker code