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

Commit4257956

Browse files
committed
9.6 support
1 parentd76e016 commit4257956

File tree

39 files changed

+10979
-4
lines changed

39 files changed

+10979
-4
lines changed

‎build/helpers/postgres.cmd

Lines changed: 4 additions & 4 deletions
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
IFNOTEXIST series.for1cGOTO :ERROR
2626
FOR /F%%IIN (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
IFNOTEXIST seriesGOTO :DONE_POSTGRESQL_PATCH
3535
FOR /F%%IIN (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.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp