Re: [GENERAL] Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"

2013-11-11 Thread Jeffrey Walton
On Mon, Nov 11, 2013 at 10:26 PM, Tom Lane wrote: > Jeffrey Walton writes: >> From below, I'm thinking --inputdir might not be quite correct. `mkdir >> ./testtablespace` creates testtablespace in regress/, not input/. I'd >> like to try --inputdir=./input/. >

Re: [GENERAL] Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"

2013-11-11 Thread Jeffrey Walton
Thanks Tom. On Mon, Nov 11, 2013 at 8:51 PM, Tom Lane wrote: > Jeffrey Walton writes: >> The following dropped out of `make check` for Postgres 9.3.1. > > Sure you've got a complete source tree? There ought to be files in > that directory: > > $ ls src/test/regre

[GENERAL] Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"

2013-11-11 Thread Jeffrey Walton
The following dropped out of `make check` for Postgres 9.3.1. Any ideas how to clear the error? I could not locate answers when searching the phrase. Thanks in advance. ** $ make check ... mkdir ./testtablespace ../../../src/test/regress/pg_regress --inputdir=. --temp-install=./tmp_che

Re: [GENERAL] Clang 3.3 Analyzer Results

2013-11-11 Thread Jeffrey Walton
On Mon, Nov 11, 2013 at 2:00 AM, Tomas Vondra wrote: > >> Would someone know the best way to get this to the right folks? >> >> Thanks in advance. (And sorry reporting to pgsql-general - the >> developer list states emails must go elsewhere first). > > IMHO pgsql-hackers is the right audience for

[GENERAL] Clang 3.3 Analyzer Results

2013-11-10 Thread Jeffrey Walton
I've been tasked with a quick acceptance check of Postgres for an upcoming project. It's a quick check, so its limited to Clang's analyzer and sanitizers. The analyzer is reporting some findings, and some of the findings look legitimate. For example, it looks like there's a double `free` occurrin