Skip to content

Commit

Permalink
Remove unecessary struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa committed Jun 28, 2024
1 parent 011fe34 commit c94129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pg_tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ extern const char *plan_to_deparse_info(const planstateTraceContext * planstateT

/* pg_tracing_parallel.c */
extern void pg_tracing_shmem_parallel_startup(void);
extern void add_parallel_context(const struct Traceparent *traceparent, uint64 parent_id);
extern void add_parallel_context(const Traceparent *traceparent, uint64 parent_id);
extern void remove_parallel_context(void);
extern void fetch_parallel_context(Traceparent * traceparent);

Expand Down

0 comments on commit c94129e

Please sign in to comment.