Re: make installcheck failing for postgres_fdw

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Natalie Wenz <nataliewenz(at)ebureau(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: make installcheck failing for postgres_fdw
Date: 2017-09-20 19:57:14
Message-ID: 31541.1505937434@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Natalie Wenz <nataliewenz(at)ebureau(dot)com> writes:
> I actually created a new database with initdb and started it without tuning anything just prior to running the installcheck each time. However, I did start fresh and try just the make check anyway:

> cd /tmp/postgresql-9.5.9/
> ./configure --with-segsize=10 --with-blocksize=32 --with-pam --with-libraries=/usr/local/lib --with-includes=/usr/local/include

Oh. It's likely the --with-blocksize=32 that is causing you to get
different results. That will affect cost estimates ...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gone, Sajan 2017-09-20 20:42:19 Determining the last modified time of a database.
Previous Message Natalie Wenz 2017-09-20 18:53:56 Re: make installcheck failing for postgres_fdw