2009-05-14 08:19:25 +00:00
|
|
|
/*-------------------------------------------------------------------------
|
2011-08-07 04:20:23 +00:00
|
|
|
*
|
2009-05-14 08:19:25 +00:00
|
|
|
* pgut-be.c
|
|
|
|
*
|
2011-08-07 04:20:23 +00:00
|
|
|
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
2015-01-11 19:01:37 -05:00
|
|
|
* Portions Copyright (c) 2012-2015, The Reorg Development Team
|
2011-08-07 04:20:23 +00:00
|
|
|
*
|
2009-05-14 08:19:25 +00:00
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "postgres.h"
|
2010-03-25 07:13:16 +00:00
|
|
|
#include "access/heapam.h"
|
2009-05-14 08:19:25 +00:00
|
|
|
#include "pgut-be.h"
|