mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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:
@ -322,7 +322,7 @@ ReorderBufferGetTXN(ReorderBuffer *rb)
|
||||
* Deallocation might be delayed for efficiency purposes, for details check
|
||||
* the comments above max_cached_changes's definition.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
ReorderBufferReturnTXN(ReorderBuffer *rb, ReorderBufferTXN *txn)
|
||||
{
|
||||
/* clean the lookup cache if we were cached (quite likely) */
|
||||
|
Reference in New Issue
Block a user