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:
2
src/backend/utils/cache/relcache.c
vendored
2
src/backend/utils/cache/relcache.c
vendored
@ -2381,7 +2381,7 @@ RelationCloseSmgrByOid(Oid relationId)
|
||||
RelationCloseSmgr(relation);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
RememberToFreeTupleDescAtEOX(TupleDesc td)
|
||||
{
|
||||
if (EOXactTupleDescArray == NULL)
|
||||
|
Reference in New Issue
Block a user