pgsql: Remove unnecessary include - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove unnecessary include
Date
Msg-id E1ee3Ec-0004Qx-Jy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unnecessary include

autovacuum.c no longer needs dsa.h, since commit 31ae1638ce3.
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoCWvYyXrvdANSHWWWEWJH5TeAWAkJ_2gqrHhukG+OBo1g@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bfe23f83f7daa8d8455c2268e647391c481d0ed3

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Documentation fix: pg_ctl no longer makes connection attempts.
Next
From: Tom Lane
Date:
Subject: pgsql: Teach reparameterize_path() to handle AppendPaths.