mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code works
properly on 64 bit systems. Change submitted by Marc Poinot (Marc.Poinot@onera.fr)
This commit is contained in:
@ -1496,7 +1496,7 @@ pgconnect(pgobject * self, PyObject * args, PyObject * dict)
|
||||
* don't declare kwlist as const char *kwlist[] then it complains when
|
||||
* I try to assign all those constant strings to it.
|
||||
*/
|
||||
if (!PyArg_ParseTupleAndKeywords(args, dict, "|zzlzzzz", (char **) kwlist,
|
||||
if (!PyArg_ParseTupleAndKeywords(args, dict, "|zzizzzz", (char **) kwlist,
|
||||
&pgdbname, &pghost, &pgport, &pgopt, &pgtty, &pguser, &pgpasswd))
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user