14 lines
384 B
C
14 lines
384 B
C
/*-------------------------------------------------------------------------
|
|
*
|
|
* pgut-be.c
|
|
*
|
|
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
|
* Portions Copyright (c) 2012-2015, The Reorg Development Team
|
|
*
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "postgres.h"
|
|
#include "access/heapam.h"
|
|
#include "pgut-be.h"
|