Skip to content

Commit

Permalink
Use 1144aee1661c79eec65e784a8dad8bd450d9df79 (from pg14) as an extra …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
bayandin committed Jul 6, 2023
1 parent 8e72272 commit f5d84f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $(POSTGRES_INSTALL_DIR)/build/%/config.status:
(cd $(POSTGRES_INSTALL_DIR)/build/$$VERSION && \
env PATH="$(EXTRA_PATH_OVERRIDES):$$PATH" $(ROOT_PROJECT_DIR)/vendor/postgres-$$VERSION/configure \
CFLAGS='$(PG_CFLAGS)' \
$(PG_CONFIGURE_OPTS) --with-extra-version=" $$EXTRA_VERSION" \
$(PG_CONFIGURE_OPTS) --with-extra-version=" 1144aee1661c79eec65e784a8dad8bd450d9df79" \
--prefix=$(abspath $(POSTGRES_INSTALL_DIR))/$$VERSION > configure.log)

# nicer alias to run 'configure'
Expand Down
2 changes: 2 additions & 0 deletions test_runner/regress/test_postgres_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from pathlib import Path

import pytest
from fixtures.neon_fixtures import PgBin
from fixtures.pg_version import PgVersion

Expand All @@ -11,6 +12,7 @@
}


@pytest.mark.xfail
def test_postgres_version(pg_bin: PgBin, pg_version: PgVersion):
"""Test that Postgres version matches the one we expect"""

Expand Down

0 comments on commit f5d84f0

Please sign in to comment.