aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execProcnode.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-11-18 16:06:53 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-11-18 16:06:53 +0000
commitc1458cc495ff800cd176a1c2e56d8b62680d9b71 (patch)
treeb13653180e37885d81bfbdd838318506d742caf9 /src/backend/executor/execProcnode.c
parentf6438f66226e37851e11a93edebae0198a875100 (diff)
downloadpostgresql-c1458cc495ff800cd176a1c2e56d8b62680d9b71.tar.gz
postgresql-c1458cc495ff800cd176a1c2e56d8b62680d9b71.zip
Avoid marking buffer dirty when VACUUM has no work to do.
When wal_level = 'hot_standby' we touched the last page of the relation during a VACUUM, even if nothing else had happened. That would alter the LSN of the last block and set the mtime of the relation file unnecessarily. Noted by Thom Brown.
Diffstat (limited to 'src/backend/executor/execProcnode.c')
0 files changed, 0 insertions, 0 deletions