| From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
|---|---|
| To: | <pgsql-patches(at)postgresql(dot)org> |
| Subject: | pg_ctl error msg on Windows 2000 |
| Date: | 2006-09-24 15:28:37 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCEA0FBD7@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
On version of Windows prior to XP, pg_ctl will *always* log a warning
about not finding Job API functions. This is probably unnecessary, since
they are never present there. The check was originally intended to give
a warning if something was wrong on a system where it was *expected*.
Attached patch checks the OS version before emitting the error message.
//Mag <<pg_ctl.diff>> nus
| Attachment | Content-Type | Size |
|---|---|---|
| pg_ctl.diff | application/octet-stream | 1.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2006-09-24 15:32:44 | Updates to pg_regress.c |
| Previous Message | Magnus Hagander | 2006-09-24 15:22:19 | Re: pg_regress starting postmaster |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2006-09-24 15:32:44 | Updates to pg_regress.c |
| Previous Message | Magnus Hagander | 2006-09-24 14:39:22 | Bad bug in fopen() wrapper code |