Skip to content

Commit

Permalink
Fix compatibility with pg17.
Browse files Browse the repository at this point in the history
tuplestore_donestoring backward compatibility macro has been removed upstream.
Since it has been a no-op in all supported version, just remove any call to it.
  • Loading branch information
rjuju committed Nov 30, 2023
1 parent a852f44 commit 6717537
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pg_stat_kcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,4 @@ pg_stat_kcache_internal(FunctionCallInfo fcinfo, pgskVersion api_version)
}

LWLockRelease(pgsk->lock);

/* clean up and return the tuplestore */
tuplestore_donestoring(tupstore);
}

0 comments on commit 6717537

Please sign in to comment.