From: | Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> |
---|---|
To: | Kedar Potdar <kedar(dot)potdar(at)gmail(dot)com> |
Cc: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Patch for automating partitions in PostgreSQL 8.4 Beta 2 |
Date: | 2009-06-09 07:24:36 |
Message-ID: | 94C763D4-41AA-4BC4-BB9F-8B0AABC5FBA9@pointblue.com.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -
Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -
fwrapv -bundle -multiply_defined suppress regress.o -
bundle_loader ../../../src/backend/postgres -L../../../src/port -o
regress.so
cp ../../../contrib/spi/refint.so refint.so
cp ../../../contrib/spi/autoinc.so autoinc.so
gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -
Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -
fwrapv pg_regress.o pg_regress_main.o -L../../../src/port -Wl,-
dead_strip_dylibs -lpgport -lz -lreadline -lm -o pg_regress
make -C config all
make[1]: Nothing to be done for `all'.
/bin/sh: /Users/gj/Projects/postgres-head/pgsql/partition.sh: No such
file or directory
make: *** [all] Error 127
From | Date | Subject | |
---|---|---|---|
Next Message | Kedar Potdar | 2009-06-09 07:57:35 | Re: Patch for automating partitions in PostgreSQL 8.4 Beta 2 |
Previous Message | Mark Kirkwood | 2009-06-09 06:15:38 | Cursor with hold emits the same row more than once across commits in 8.3.7 |