diff options
Diffstat (limited to 'src/backend/storage/buffer/freelist.c')
-rw-r--r-- | src/backend/storage/buffer/freelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/storage/buffer/freelist.c b/src/backend/storage/buffer/freelist.c index ac647d65458..3add619b5da 100644 --- a/src/backend/storage/buffer/freelist.c +++ b/src/backend/storage/buffer/freelist.c @@ -214,7 +214,6 @@ StrategyGetBuffer(BufferAccessStrategy strategy) { /* reset bgwprocno first, before setting the latch */ StrategyControl->bgwprocno = -1; - pg_write_barrier(); /* * Not acquiring ProcArrayLock here which is slightly icky. It's |