Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
14 lines (12 loc) · 546 Bytes

File metadata and controls

14 lines (12 loc) · 546 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.