| From: | Kedar Potdar <kedar(dot)potdar(at)gmail(dot)com> |
|---|---|
| To: | Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> |
| 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:57:35 |
| Message-ID: | bd8134a40906090057w3662b8b1red2035f2816f5e3@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
PFA. This file is to be kept in 'pgsql_init' base directory.
On Tue, Jun 9, 2009 at 12:54 PM, Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>wrote:
> 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
>
>
>
| Attachment | Content-Type | Size |
|---|---|---|
| partition.sh | application/x-sh | 1.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2009-06-09 08:43:25 | Re: Multicolumn index corruption on 8.4 beta 2 |
| Previous Message | Grzegorz Jaskiewicz | 2009-06-09 07:24:36 | Re: Patch for automating partitions in PostgreSQL 8.4 Beta 2 |