pgsql: Fix some spurious new compiler warnings in MSVC.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some spurious new compiler warnings in MSVC.
Date: 2018-11-17 19:43:58
Message-ID: E1gO6Va-0004oG-GK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some spurious new compiler warnings in MSVC.

Per buildfarm animal bowerbird.

Discussion: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2018-11-17%2002%3A30%3A20

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/73616126b4dcd01c833b06d4572959734f38b163

Modified Files
--------------
src/backend/executor/execTuples.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-17 21:31:34 pgsql: Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child
Previous Message Andres Freund 2018-11-17 00:42:00 pgsql: Make TupleTableSlots extensible, finish split of existing slot t