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

Fix header collision. #47

Merged
merged 2 commits into from
Dec 17, 2018
Merged

Fix header collision. #47

merged 2 commits into from
Dec 17, 2018

Commits on Dec 14, 2018

  1. Fix header collision.

    Starting from PostgreSQL 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24,
    and 11 Beta 3 PostgreSQL comes with its own pgtypes.h as a part of
    the ecpg interface. This fix renames internal header to prevent
    name collision.
    Maxim Mamontov committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    b235851 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Rename pgtypes.h in cabal-file.

    Maxim Mamontov committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    ca9f0b4 View commit details
    Browse the repository at this point in the history