jrgemignani commented on code in PR #2457:
URL: https://github.com/apache/age/pull/2457#discussion_r3530370719


##########
src/backend/utils/adt/age_global_graph.c:
##########
@@ -1754,13 +1755,12 @@ Datum age_graph_stats(PG_FUNCTION_ARGS)
  * DSM path: GetNamedDSMSegment init callback.
  * Called once when the DSM segment is first created.
  */
-static void age_dsm_init_callback(void *ptr)
+static void age_dsm_init_callback(void *ptr, void *arg)
 {
     GraphVersionState *state = (GraphVersionState *) ptr;
 
     LWLockInitialize(&state->lock,

Review Comment:
   Resolved.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to