Skip to content
Snippets Groups Projects
Commit aec57ea8 authored by Tom Lane's avatar Tom Lane
Browse files

elog mop-up.

parent e8db9b26
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@
#include <unistd.h>
#include <signal.h>
#include <string.h>
#include <errno.h>
#include "access/heapam.h"
#include "access/htup.h"
......@@ -27,7 +25,6 @@
#include "fmgr.h"
#include "storage/lmgr.h"
#include "utils/fmgroids.h"
#include "utils/palloc.h"
#include "utils/rel.h"
#include "utils/tqual.h"
......
......@@ -10,11 +10,9 @@
#include "access/gist.h"
#include "access/itup.h"
#include "access/rtree.h"
#include "utils/elog.h"
#include "utils/palloc.h"
#include "storage/bufpage.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "storage/bufpage.h"
#include "query.h"
#include "rewrite.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment