]> granicus.if.org Git - postgresql/blobdiff - contrib/pg_prewarm/autoprewarm.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / contrib / pg_prewarm / autoprewarm.c
index 45a5a26337e872787cc60b484cf6729bae5bd3f4..9cc4b2dc83724fc1368e03cc9fb795f9d3eaaf8f 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <unistd.h>
 
-#include "access/heapam.h"
+#include "access/relation.h"
 #include "access/xact.h"
 #include "catalog/pg_class.h"
 #include "catalog/pg_type.h"