| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Pavel Golub <pavel(at)gf(dot)microolap(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Warning compiling pg_dump (MinGW, Windows XP) |
| Date: | 2011-01-17 02:22:53 |
| Message-ID: | AANLkTimfi2jujkEEv+HcWRSy4vkP--ZDLr9wA=taDrBs@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2011/1/13 Pavel Golub <pavel(at)microolap(dot)com>:
> Hello, Pgsql-hackers.
>
> I'm getting such warnings:
>
> pg_dump.c: In function 'dumpSequence':
> pg_dump.c:11449:2: warning: unknown conversion type character 'l' in format
> pg_dump.c:11449:2: warning: too many arguments for format
> pg_dump.c:11450:2: warning: unknown conversion type character 'l' in format
> pg_dump.c:11450:2: warning: too many arguments for format
>
> Line numbers my not be the same in the official sources, because I've
> made some changes. But the lines are:
>
> snprintf(bufm, sizeof(bufm), INT64_FORMAT, SEQ_MINVALUE);
> snprintf(bufx, sizeof(bufx), INT64_FORMAT, SEQ_MAXVALUE);
>
> In my oppinion configure failed for MinGw+Windows in this case. Am I
> right? Can someone give me a hint how to avoid this?
It seems like PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT is getting the
wrong answer on your machine, though I'm not sure why. The easiest
workaround is probably to run configure and then edit
src/include/pg_config.h before compiling.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2011-01-17 02:32:32 | Re: Streaming base backups |
| Previous Message | Robert Haas | 2011-01-17 02:16:55 | Re: walreceiver fallback_application_name |