1
0
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:
Bruce Momjian
1998-07-14 02:41:26 +00:00
parent 3600fd320f
commit e36f96e42a
5 changed files with 16 additions and 13 deletions

View File

@ -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)