| From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
|---|---|
| To: | "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | bootstrap does not init paths |
| Date: | 2004-07-31 15:36:15 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE34BFA5@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Seems bootstrapmain() never called find_my_exec(), and therefor never
manged to fill in the path to the timezone directory. With the new
timezone code that actully picks up a decent timezone on my system, that
causes initdb to fail because it can't find any acceptable timezone at
all.
This patch adds the required call to bootstrapmain(), and initdb works
again for me. Code itself directly copied from postgresmain().
//Magnus
| Attachment | Content-Type | Size |
|---|---|---|
| bootstrap_init.patch | application/octet-stream | 841 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Euler Taveira de Oliveira | 2004-07-31 16:07:38 | correct docbook version |
| Previous Message | Andreas Pflug | 2004-07-31 11:08:06 | Re: Admin functions contrib |