1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-17 01:02:17 +03:00
Files
postgres/src/backend/storage
Tom Lane 2b1759e267 Remove unnecessary BufferGetPage() calls in fsm_vacuum_page().
Just noticed that these were quite redundant, since we're holding the
page address in a local variable anyway, and we have pin on the buffer
throughout.

Also improve a comment.
2018-03-29 12:44:19 -04:00
..
2018-03-27 16:14:40 +03:00
2018-01-02 23:30:12 -05:00
2018-03-27 15:43:19 +03:00
2018-01-02 23:30:12 -05:00
2018-01-02 23:30:12 -05:00
2010-09-20 22:08:53 +02:00