We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e957a7f commit 7f0426dCopy full SHA for 7f0426d
git_fdw.c
@@ -448,7 +448,7 @@ static void gitBeginForeignScan(ForeignScanState *node, int eflags)
448
GIT_DIRECTION_FETCH,
449
&callbacks,
450
NULL
451
-#if LIBGIT2_VER_MINOR > 24
+#if LIBGIT2_VER_MINOR > 24 || LIBGIT2_VER_MAJOR >= 1
452
,
453
454
#endif
@@ -869,7 +869,7 @@ int walkRepository(const char *path,
869
870
871
872
873
874
875
@@ -932,4 +932,4 @@ int walkRepository(const char *path,
932
}
933
934
return 0;
935
-}
+}
0 commit comments