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

Commit7233656

Browse files
committed
2 parentsfe0d923 +e4c52ba commit7233656

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
inttimes_sent;
1313
}Snapshot;
1414

15-
char*snapshot_serialize(Snapshot*s);
1615
voidsnapshot_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(constchar*dir,constchar*file);
1616
boolinrange(xid_tmin,xid_tx,xid_tmax);
1717
intfalloc(intfd,off64_tsize);
18-
char*destructive_concat(char*a,char*b);
1918

2019
#ifndefDEBUG
2120
#definedebug(...)

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp