Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with postgresql 12 #7

Open
aintitfun opened this issue Feb 15, 2021 · 0 comments
Open

Compatibility with postgresql 12 #7

aintitfun opened this issue Feb 15, 2021 · 0 comments

Comments

@aintitfun
Copy link

aintitfun commented Feb 15, 2021

Hi,
the official documentation of postgresql 12 state that the build should be done with Windows SDK >= 8.1. In fact state this:

"64-bit PostgreSQL builds are supported with Microsoft Windows SDK version 8.1a to 10 or Visual Studio 2013 and above."

I see that on run.cmd of pgwininstall there is this dos batch code referring to SDK7.1:

IF "%~1"=="1" (
TITLE Building dependencies
IF "%SDK%"=="" SET SDK=SDK71
CMD.EXE /C %ROOT%\build\helpers\dependencies.cmd || GOTO :ERROR
)

Also in the readme.md of the pgwininstall repository says that these points are required:

"Microsoft SDK 7.1 or MSVC2013 for build PostgreSQL"

Also the last releases seems to stop on 11.6 release.

I'm wondering... is pgwininstall compatible with postgresql 12?

Thanks a lot for your work!, this is a very useful proyect to make easy your custom installer for windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant