1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Include header file inadvertently missed in commit 2d13dab048

per gripe from Tom Lane.
This commit is contained in:
Andrew Dunstan
2023-08-24 16:14:26 -04:00
parent 9c59f3862b
commit b915bf495f

View File

@ -57,6 +57,7 @@
#include "postgres.h" #include "postgres.h"
#include "access/hash.h"
#include "access/sysattr.h" #include "access/sysattr.h"
#include "access/tupdesc_details.h" #include "access/tupdesc_details.h"
#include "access/tuptoaster.h" #include "access/tuptoaster.h"