jian he <jian.universal...@gmail.com> writes: > So if we are in script_error_callback > `int location = callback_arg->stmt_location;` > location >= 0 will be always true?
No, not if the grammar threw an error. regards, tom lane
jian he <jian.universal...@gmail.com> writes: > So if we are in script_error_callback > `int location = callback_arg->stmt_location;` > location >= 0 will be always true?
No, not if the grammar threw an error. regards, tom lane