Skip to content

Commit 1504883

Browse files
committed
Use PG_MAJOR_VERSION for build patch location.
1 parent b1eb86b commit 1504883

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
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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy