mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
There, that cleans *that* out
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.3 1996/11/03 22:58:25 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.4 1996/11/05 11:12:32 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* Transaction aborts can now occur two ways:
|
||||
@ -136,44 +136,18 @@
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
#include <postgres.h>
|
||||
|
||||
#include "access/xact.h"
|
||||
|
||||
#include "access/tupdesc.h"
|
||||
#include "utils/rel.h"
|
||||
#include "access/htup.h"
|
||||
#include "utils/inval.h"
|
||||
|
||||
#include "nodes/memnodes.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
#include "nodes/params.h"
|
||||
#include "access/sdir.h"
|
||||
#include "executor/hashjoin.h"
|
||||
#include "storage/buf.h"
|
||||
#include "executor/tuptable.h"
|
||||
#include "access/funcindex.h"
|
||||
#include "access/htup.h"
|
||||
#include "access/relscan.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "nodes/plannodes.h"
|
||||
#include "tcop/dest.h"
|
||||
#include "executor/execdesc.h"
|
||||
#include "utils/portal.h"
|
||||
|
||||
#include "access/transam.h"
|
||||
|
||||
#include "storage/proc.h"
|
||||
|
||||
#include "utils/mcxt.h"
|
||||
|
||||
#include "catalog/heap.h"
|
||||
|
||||
#include "utils/relcache.h"
|
||||
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include "commands/async.h"
|
||||
#include <access/xact.h>
|
||||
#include <utils/inval.h>
|
||||
#include <utils/portal.h>
|
||||
#include <access/transam.h>
|
||||
#include <storage/proc.h>
|
||||
#include <utils/mcxt.h>
|
||||
#include <catalog/heap.h>
|
||||
#include <utils/relcache.h>
|
||||
#include <miscadmin.h>
|
||||
#include <commands/async.h>
|
||||
|
||||
/* ----------------
|
||||
* global variables holding the current transaction state.
|
||||
|
Reference in New Issue
Block a user