1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.

This commit is contained in:
Bruce Momjian
2000-01-10 16:13:23 +00:00
parent 3f03f74f36
commit 6456b17bc1
27 changed files with 119 additions and 120 deletions

View File

@ -519,7 +519,7 @@ int84(int64 *val)
#if NOT_USED
int64 *
int28 (int16 val)
int2vector (int16 val)
{
int64 *result;
@ -528,7 +528,7 @@ int28 (int16 val)
*result = val;
return result;
} /* int28() */
} /* int2vector() */
int16
int82(int64 *val)