pgsql: Remove set-but-unused variable.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove set-but-unused variable.
Date: 2018-11-06 23:09:46
Message-ID: E1gKATi-0004Ii-VW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove set-but-unused variable.

Clean-up for commit c24dcd0c.

Reported-by: Andrew Dunstan
Discussion: https://postgr.es/m/2d52ff4a-5440-f6f1-7806-423b0e6370cb%402ndQuadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4f0876fb8d8f84fc0a6fb6aee91de120718664c

Modified Files
--------------
src/backend/storage/file/fd.c | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-06 23:33:53 pgsql: Disable recheck_on_update optimization to avoid crashes.
Previous Message Thomas Munro 2018-11-06 22:43:07 Re: pgsql: Use pg_pread() and pg_pwrite() for data files and WAL.