projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c59f38
)
Include header file inadvertently missed in commit 2d13dab048
author
Andrew Dunstan
<
[email protected]
>
Thu, 24 Aug 2023 20:14:26 +0000
(16:14 -0400)
committer
Andrew Dunstan
<
[email protected]
>
Thu, 24 Aug 2023 20:14:26 +0000
(16:14 -0400)
per gripe from Tom Lane.
src/backend/access/common/heaptuple.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/common/heaptuple.c
b/src/backend/access/common/heaptuple.c
index 1cf87386344210f2795bafcfbee29567363a4dd3..340fe81a1eb5683f0e75b09bcffc5479f74de37d 100644
(file)
--- a/
src/backend/access/common/heaptuple.c
+++ b/
src/backend/access/common/heaptuple.c
@@
-57,6
+57,7
@@
#include "postgres.h"
+#include "access/hash.h"
#include "access/sysattr.h"
#include "access/tupdesc_details.h"
#include "access/tuptoaster.h"