We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31afd9 commit 13aeed8Copy full SHA for 13aeed8
.travis.yml
@@ -19,6 +19,7 @@ before_install:
19
export PATH=/C/tools/msys64/mingw64/bin:$PATH
20
export MAKE=mingw32-make # so that Autotools can find it
21
- git clone -b REL_14_STABLE --single-branch --depth 1 https://github.com/postgres/postgres.git
22
+ - sed 's/\t/ /g' -i postgres/src/backend/storage/lmgr/lwlocknames.txt
23
- cd postgres/src/tools/msvc
24
- cp config_default.pl config.pl
25
- ./build.bat
0 commit comments