8000 Add missing #include for TOAST. · postgrespro/postgres_cluster@e81fe1e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e81fe1e

Browse files
committed
Add missing #include for TOAST.
1 parent 2f12c9f commit e81fe1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/access/heap/heapam.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.76 2000/07/03 23:09:16 wieck Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.77 2000/07/03 23:58:32 tgl Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -78,6 +78,7 @@
7878

7979
#include "access/heapam.h"
8080
#include "access/hio.h"
81+
#include "access/tuptoaster.h"
8182
#include "access/valid.h"
8283
#include "catalog/catalog.h"
8384
#include "miscadmin.h"

0 commit comments

Comments
 (0)
0