File: README.tests94

package info (click to toggle)
pglogical 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,236 kB
  • sloc: ansic: 39,239; sql: 4,466; perl: 693; makefile: 210; sh: 77
file content (14 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
On 9.4 you can't run 'make check' since we don't have any way to make a temp
instance using PGXS. So you'll need to roll a 9.4 install yourself, with
something like:

export PATH=$HOME/pg/94/bin:$PATH
export PGUSER=postgres

[ -e 94test ] && pg_ctl -D 94test -m immediate -w stop
rm -rf 94test
initdb -D 94test -U postgres -A trust
grep -v '^track_commit_timestamp' regress-postgresql.conf >> 94test/postgresql.conf
cp regress-pg_hba.conf 94test/
PGPORT=5495 pg_ctl -D 94test -w -l 94test.log start
PGPORT=5495 make -s clean install installcheck