Skip to content

Commit

Permalink
Fix merge remainings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuncer committed Dec 14, 2018
1 parent 5e746f9 commit 81269ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cstore_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,14 +1213,13 @@ cstore_fdw_handler(PG_FUNCTION_ARGS)
fdwRoutine->ExecForeignInsert = CStoreExecForeignInsert;
fdwRoutine->EndForeignModify = CStoreEndForeignModify;

<<<<<<< HEAD
#if PG_VERSION_NUM >= 110000
fdwRoutine->BeginForeignInsert = CStoreBeginForeignInsert;
fdwRoutine->EndForeignInsert = CStoreEndForeignInsert;
=======
#endif

#if PG_VERSION_NUM >= 90600
fdwRoutine->IsForeignScanParallelSafe = CStoreIsForeignScanParallelSafe;
>>>>>>> fc6bd39... Mark foreign scan as parallel safe
#endif

PG_RETURN_POINTER(fdwRoutine);
Expand Down

0 comments on commit 81269ea

Please sign in to comment.