mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Remove some unnecessary includes of "access/xlog_internal.h"
There were 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. Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://www.postgresql.org/message-id/flat/a56a6eec-eb14-471b-9570-3cac23603964%40eisentraut.org
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#define GENERIC_XLOG_H
|
||||
|
||||
#include "access/xlog.h"
|
||||
#include "access/xlog_internal.h"
|
||||
#include "access/xlogreader.h"
|
||||
#include "access/xloginsert.h"
|
||||
#include "storage/bufpage.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
Reference in New Issue
Block a user