Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pllua_subxact.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static void stb_exit(SubTransactionBlock *block, bool success){

/* all exceptions should be thrown only through luaL_error
* we might me be here if there is a postgres unhandled exception
* and lua migth be in an inconsistant state that's why the process aborted
* and lua migth be in an inconsistent state that's why the process aborted
*/
#define WRAP_SUBTRANSACTION(source_code) do\
{\
Expand Down