File tree Expand file tree Collapse file tree 7 files changed +7
-26
lines changed Expand file tree Collapse file tree 7 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 1- MODULE_big = pg_dtm
2- OBJS = pg_dtm .o
1+ MODULE_big = pg_tsdtm
2+ OBJS = pg_tsdtm .o
33
4- EXTENSION = pg_dtm
5- DATA = pg_dtm --1.0.sql
4+ EXTENSION = pg_tsdtm
5+ DATA = pg_tsdtm --1.0.sql
66
77ifdef USE_PGXS
88PG_CONFIG = pg_config
99PGXS := $(shell $(PG_CONFIG ) --pgxs)
1010include $(PGXS )
1111else
12- subdir = contrib/pg_dtm
12+ subdir = contrib/pg_tsdtm
1313top_builddir = ../..
1414include $(top_builddir ) /src/Makefile.global
1515include $(top_srcdir ) /contrib/contrib-global.mk
1616endif
17-
18- # ifndef PG_CONFIG
19- # PG_CONFIG = pg_config
20- # endif
21-
22- # PGXS := $(shell $(PG_CONFIG) --pgxs)
23- # include $(PGXS)
File renamed without changes.
Original file line number Diff line number Diff line change 3030#include "utils/tqual.h"
3131#include <utils/guc.h>
3232
33- #include "pg_dtm .h"
33+ #include "pg_tsdtm .h"
3434
3535#define DTM_HASH_INIT_SIZE 1000000
3636#define INVALID_CID 0
Original file line number Diff line number Diff line change 11comment = 'Pluggable distributed transaction manager'
22default_version = '1.0'
3- module_pathname = '$libdir/pg_dtm '
3+ module_pathname = '$libdir/pg_tsdtm '
44relocatable = true
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments