Skip to content

Commit 199b32c

Browse files
committed
rename to tsdtm
1 parent cd00a9e commit 199b32c

File tree

7 files changed

+7
-26
lines changed

7 files changed

+7
-26
lines changed

contrib/pg_tsdtm/Makefile

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
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

77
ifdef USE_PGXS
88
PG_CONFIG = pg_config
99
PGXS := $(shell $(PG_CONFIG) --pgxs)
1010
include $(PGXS)
1111
else
12-
subdir = contrib/pg_dtm
12+
subdir = contrib/pg_tsdtm
1313
top_builddir = ../..
1414
include $(top_builddir)/src/Makefile.global
1515
include $(top_srcdir)/contrib/contrib-global.mk
1616
endif
17-
18-
# ifndef PG_CONFIG
19-
# PG_CONFIG = pg_config
20-
# endif
21-
22-
# PGXS := $(shell $(PG_CONFIG) --pgxs)
23-
# include $(PGXS)

contrib/pg_tsdtm/expected/test_dtm.out

Whitespace-only changes.
File renamed without changes.

contrib/pg_tsdtm/pg_dtm.c renamed to contrib/pg_tsdtm/pg_tsdtm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comment = 'Pluggable distributed transaction manager'
22
default_version = '1.0'
3-
module_pathname = '$libdir/pg_dtm'
3+
module_pathname = '$libdir/pg_tsdtm'
44
relocatable = true
File renamed without changes.

contrib/pg_tsdtm/sql/test_dtm.sql

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)