Skip to content

Commit

Permalink
Fixed macro name in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Houska committed Jun 20, 2024
1 parent 0bc6c79 commit a461a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_squeeze.c
Original file line number Diff line number Diff line change
Expand Up @@ -3628,7 +3628,7 @@ squeeze_handle_error_db(ErrorData **edata_p, MemoryContext edata_cxt)
FlushErrorState();

/*
* Abort the transaction as we do not call PG_RETHROW() below in this
* Abort the transaction as we do not call PG_RE_THROW() below in this
* case.
*/
AbortOutOfAnyTransaction();
Expand Down

0 comments on commit a461a6a

Please sign in to comment.