Skip to content

Commit 7233656

Browse files
committed
2 parents fe0d923 + e4c52ba commit 7233656

File tree

126 files changed

+4355
-3240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+4355
-3240
lines changed

contrib/file_fdw/file_fdw.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ fileGetForeignPlan(PlannerInfo *root,
563563
scan_relid,
564564
NIL, /* no expressions to evaluate */
565565
best_path->fdw_private,
566-
NIL /* no custom tlist */ );
566+
NIL, /* no custom tlist */
567+
NIL /* no remote quals */ );
567568
}
568569

569570
/*

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)