pgsql: Don't include rel.h when relcache.h is sufficient - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Don't include rel.h when relcache.h is sufficient
Date
Msg-id E1ZPDUF-0004um-2w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't include rel.h when relcache.h is sufficient

Trivial change to reduce exposure of rel.h.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4901b2f49536f439f79d067a9b30a7a837d6c72b

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c |    2 +-
src/include/replication/reorderbuffer.h         |    5 +----
2 files changed, 2 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Fix broken markup, and copy-edit a bit.
Next
From: Tom Lane
Date:
Subject: pgsql: Postpone extParam/allParam calculations until the very end of pl