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

Commit1504883

Browse files
committed
Use PG_MAJOR_VERSION for build patch location.
1 parentb1eb86b commit1504883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build/helpers/postgres.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ IF %ONE_C% == YES (
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp