pgsql: Don't include rel.h when relcache.h is sufficient

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't include rel.h when relcache.h is sufficient
Date: 2015-08-11 17:37:19
Message-ID: E1ZPDUF-0004um-2w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-08-12 03:48:51 pgsql: Postpone extParam/allParam calculations until the very end of pl
Previous Message Andres Freund 2015-08-11 14:55:47 Re: pgsql: Fix broken markup, and copy-edit a bit.