Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgrespro/ptrack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: postgrespro/ptrack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: PGPRO-8432
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 13, 2023

  1. PGPRO-8432: Temporary disable 002_cfs_compatibility.pl

    Tags: cfs, ptrack
    antamel committed Jul 13, 2023
    Copy the full SHA
    c8b0a13 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 Makefile
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ EXTVERSION = 2.4
DATA = ptrack--2.1.sql ptrack--2.0--2.1.sql ptrack--2.1--2.2.sql ptrack--2.2--2.3.sql \
ptrack--2.3--2.4.sql

export PROVE_TESTS := t/001_basic.pl

TAP_TESTS = 1

# This line to link with pgport.lib on Windows compilation