mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Don't include access/htup_details.h in executor/tuptable.h
This is not at all needed; I suspect it was a simple mistake in commit
5408e233f0. It causes htup_details.h to bleed into a huge number of
places via execnodes.h. Remove it and fix fallout.
Discussion: https://postgr.es/m/202510021240.ptc2zl5cvwen@alvherre.pgsql
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "libpq/pqformat.h"
|
||||
#include "libpq/protocol.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "varatt.h"
|
||||
|
||||
/*
|
||||
* At startup time, send a RowDescription message.
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "utils/lsyscache.h"
|
||||
#include "utils/memdebug.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "varatt.h"
|
||||
|
||||
|
||||
static void printtup_startup(DestReceiver *self, int operation,
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/htup_details.h"
|
||||
#include "access/tupconvert.h"
|
||||
#include "executor/tuptable.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user