Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-12-08T11:44:38Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-some-unnecessary-includes-of-access-xlog_inte.patch (text/plain) patch 0001
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.
Commits
-
Remove some unnecessary includes of "access/xlog_internal.h"
- 90834ceccd72 17.0 landed