Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit199b32c

Browse files
committed
rename to tsdtm
1 parentcd00a9e commit199b32c

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
ifdefUSE_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
#defineDTM_HASH_INIT_SIZE1000000
3636
#defineINVALID_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)

[8]ページ先頭

©2009-2025 Movatter.jp