pgsql: Fix uninitialized variable.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix uninitialized variable.
Date: 2016-11-22 01:00:04
Message-ID: E1c8zRM-0007Y4-DL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix uninitialized variable.

Oversight in a734fd5d1.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ae92a9a3806c025653140ee6316a82d55e24b82c

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2016-11-22 01:17:52 Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c
Previous Message Tom Lane 2016-11-22 00:57:14 Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c