Remove extra includes of "access/xloginsert.h" when "access/xlog.h" is included - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Remove extra includes of "access/xloginsert.h" when "access/xlog.h" is included
Date
Msg-id CALj2ACVe-W+WM5P44N7eG9C2_FmaeM8Dq5aCnD3fHt0Ba=WR6w@mail.gmail.com
Whole thread Raw
Responses Re: Remove extra includes of "access/xloginsert.h" when "access/xlog.h" is included
List pgsql-hackers
Hi,

It seems like there are some instances where xloginsert.h is included
right after xlog.h but xlog.h has already included xloginsert.h.
Unless I'm missing something badly, we can safely remove including
xloginsert.h after xlog.h. Attempting to post a patch to remove the
extra xloginsert.h includes.

Thoughts?

Regards,
Bharath Rupireddy.

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Support escape sequence for cluster_name in postgres_fdw.application_name
Next
From: Julien Rouhaud
Date:
Subject: Re: [PATCH] Disable bgworkers during servers start in pg_upgrade*