Skip to content

Commit 01f1cc0

Browse files
committed
Merge branch 'xtm' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into xtm
2 parents bf4a71e + a094b17 commit 01f1cc0

File tree

23 files changed

+365
-1004
lines changed

23 files changed

+365
-1004
lines changed

contrib/pg_dtm/dtmd/include/eventwrap.h

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

contrib/pg_dtm/dtmd/include/intset.h

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

contrib/pg_dtm/dtmd/include/snapshot.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ typedef struct Snapshot {
1212
int times_sent;
1313
} Snapshot;
1414

15-
char *snapshot_serialize(Snapshot *s);
1615
void snapshot_sort(Snapshot *s);
1716

1817
#endif

contrib/pg_dtm/dtmd/include/util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
char *join_path(const char *dir, const char *file);
1616
bool inrange(xid_t min, xid_t x, xid_t max);
1717
int falloc(int fd, off64_t size);
18-
char *destructive_concat(char *a, char *b);
1918

2019
#ifndef DEBUG
2120
#define debug(...)

contrib/pg_dtm/dtmd/src/eventwrap.c

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

contrib/pg_dtm/dtmd/src/intset-test.c

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

contrib/pg_dtm/dtmd/src/intset.c

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

0 commit comments

Comments
 (0)