Closed cwjenkins closed 4 months ago
With HEAD, receiving ERROR: currval of sequence ... given currval isn't defined until nextval is invoked 'per session'. https://www.postgresql.org/docs/current/functions-sequence.html
ERROR: currval of sequence ...
Therefore looking up what's been persisted whether it was atomically incremented via nextval or manual shifted by something else.
With HEAD, receiving
ERROR: currval of sequence ...
given currval isn't defined until nextval is invoked 'per session'. https://www.postgresql.org/docs/current/functions-sequence.htmlTherefore looking up what's been persisted whether it was atomically incremented via nextval or manual shifted by something else.