pgsql: Move vacuumlazy.c into access/heap.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move vacuumlazy.c into access/heap.
Date: 2019-01-15 20:43:12
Message-ID: E1gjVYG-00046n-Ne@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move vacuumlazy.c into access/heap.

It's heap table storage specific code that can't realistically be
generalized into table AM agnostic code.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/285d8e12055f27bce5675e93fef365b6c337f2b3

Modified Files
--------------
src/backend/access/heap/Makefile | 3 ++-
src/backend/{commands => access/heap}/vacuumlazy.c | 6 +++---
src/backend/commands/Makefile | 2 +-
src/backend/commands/vacuum.c | 2 +-
src/include/access/heapam.h | 4 ++++
src/include/commands/vacuum.h | 4 ----
6 files changed, 11 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-01-15 21:37:35 Re: pgsql: Update ssl test certificates and keys
Previous Message Tom Lane 2019-01-15 17:07:18 pgsql: Finish reverting "recheck_on_update" patch.