mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
More updates for typmod int32 change. From Tom Lane.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.59 1998/07/13 16:35:00 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.60 1998/07/14 02:41:25 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1299,7 +1299,7 @@ PQfsize(PGresult *res, int field_num)
|
||||
return 0;
|
||||
}
|
||||
|
||||
short
|
||||
int
|
||||
PQfmod(PGresult *res, int field_num)
|
||||
{
|
||||
if (!res)
|
||||
|
Reference in New Issue
Block a user