Skip to content

Commit

Permalink
Re-enable proc_exit(0) on exit proto msg
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Sep 25, 2024
1 parent c2d997e commit c91d42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patches/pg_proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
* it will fail to be called during other backend-shutdown
* scenarios.
*/
// puts("# 697:proc_exit/repl/skip"); //proc_exit(0);
// puts("# 697:proc_exit/repl/skip");
proc_exit(0);
repl = false;
return;

Expand Down

0 comments on commit c91d42a

Please sign in to comment.