Skip to content

Commit c4f0876

Browse files
committed
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
1 parent 5613da4 commit c4f0876

File tree

1 file changed

+0
-4
lines changed
  • src/backend/storage/file

1 file changed

+0
-4
lines changed

src/backend/storage/file/fd.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,15 +2004,11 @@ FileSync(File file, uint32 wait_event_info)
20042004
off_t
20052005
FileSize(File file)
20062006
{
2007-
Vfd *vfdP;
2008-
20092007
Assert(FileIsValid(file));
20102008

20112009
DO_DB(elog(LOG, "FileSize %d (%s)",
20122010
file, VfdCache[file].fileName));
20132011

2014-
vfdP = &VfdCache[file];
2015-
20162012
if (FileIsNotOpen(file))
20172013
{
20182014
if (FileAccess(file) < 0)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy