pgsql: Fix blatantly uninitialized variable in recent commit.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix blatantly uninitialized variable in recent commit.
Date: 2011-02-17 00:53:28
Message-ID: E1Pps7c-0006ce-Sn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Fix blatantly uninitialized variable in recent commit.

Doesn't anybody around here pay attention to compiler warnings?

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/93016983d1e8f3aeb508f1be8daf5ca5de5c5b61

Modified Files
--------------
src/backend/replication/walsender.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2011-02-17 04:38:33 Re: [COMMITTERS] pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand
Previous Message Tom Lane 2011-02-17 00:25:06 pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-02-17 00:57:17 Re: Debian readline/libedit breakage
Previous Message Thom Brown 2011-02-17 00:53:19 Re: Fix for Index Advisor related hooks