Remove some unnecessary includes of "access/xlog_internal.h"

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove some unnecessary includes of "access/xlog_internal.h"
Date: 2023-12-08 11:44:38
Message-ID: a56a6eec-eb14-471b-9570-3cac23603964@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I found a few places where access/xlog_internal.h was apparently
included unnecessarily. In some of those places, a more specific header
file (that somehow came in via access/xlog_internal.h) can be used
instead. The *.h file change passes headerscheck.

Attachment Content-Type Size
0001-Remove-some-unnecessary-includes-of-access-xlog_inte.patch text/plain 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-12-08 11:45:00 Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION
Previous Message Bharath Rupireddy 2023-12-08 11:39:31 Add code indentation check to cirrus-ci (was Re: Add BF member koel-like indentation checks to SanityCheck CI)