You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Simplify parse representation of savepoint commands
Instead of embedding the savepoint name in a list and then requiringcomplex code to unpack it, just add another struct field to store itdirectly.Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>