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 bc348a6 commit 98b81adCopy full SHA for 98b81ad
1 file changed
generate/gendb.bat
@@ -34,6 +34,7 @@ call :postgresql PostgreSQL-14
34
call :postgresql PostgreSQL-15
35
call :postgresql PostgreSQL-16
36
call :postgresql PostgreSQL-17
37
+call :postgresql PostgreSQL-18
38
39
goto end
40
@@ -141,6 +142,7 @@ if /i "%MODULE%"=="PostgreSQL-14" set "PORT=54141"
141
142
if /i "%MODULE%"=="PostgreSQL-15" set "PORT=54151"
143
if /i "%MODULE%"=="PostgreSQL-16" set "PORT=54161"
144
if /i "%MODULE%"=="PostgreSQL-17" set "PORT=54171"
145
+if /i "%MODULE%"=="PostgreSQL-18" set "PORT=54181"
146
147
endlocal & set "%OUTVAR%=%PORT%"
148
exit /b 0
0 commit comments