1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix a bunch of functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.
This commit is contained in:
Tom Lane
2014-05-17 17:57:53 -04:00
parent 6c42b2b10a
commit c1907f0cc4
5 changed files with 5 additions and 5 deletions

View File

@ -2381,7 +2381,7 @@ RelationCloseSmgrByOid(Oid relationId)
RelationCloseSmgr(relation);
}
void
static void
RememberToFreeTupleDescAtEOX(TupleDesc td)
{
if (EOXactTupleDescArray == NULL)