Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4257956

Browse files
committed
9.6 support
1 parent d76e016 commit 4257956

39 files changed

+10979
-4
lines changed

build/helpers/postgres.cmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ tar xf postgresql-%PGVER%.tar.bz2 -C %BUILD_DIR%\postgresql
2121
CD /D %BUILD_DIR%\postgresql\*%PGVER%*
2222

2323
IF %ONE_C% == YES (
24-
cp -va %ROOT%/patches/postgresql/%PGVER%/series.for1c .
24+
cp -va %ROOT%/patches/postgresql/%PG_MAJOR_VERSION%/series.for1c .
2525
IF NOT EXIST series.for1c GOTO :ERROR
2626
FOR /F %%I IN (series.for1c) DO (
2727
ECHO %%I
28-
cp -va %ROOT%/patches/postgresql/%PGVER%/%%I .
28+
cp -va %ROOT%/patches/postgresql/%PG_MAJOR_VERSION%/%%I .
2929
patch -p1 < %%I || GOTO :ERROR
3030
)
3131
)
3232

33-
cp -va %ROOT%/patches/postgresql/%PGVER%/series .
33+
cp -va %ROOT%/patches/postgresql/%PG_MAJOR_VERSION%/series .
3434
IF NOT EXIST series GOTO :DONE_POSTGRESQL_PATCH
3535
FOR /F %%I IN (series) do (
3636
ECHO %%I
37-
cp -va %ROOT%/patches/postgresql/%PGVER%/%%I .
37+
cp -va %ROOT%/patches/postgresql/%PG_MAJOR_VERSION%/%%I .
3838
patch -p1 < %%I || GOTO :ERROR
3939
)
4040

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)