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
Combine options for RangeVarGetRelidExtended() into a flags argument.
A followup patch will add a SKIP_LOCKED option. To avoid introducingevermore arguments, breaking existing callers each time, introduce aflags argument. This'll no doubt break a few external users...Also change the MISSING_OK behaviour so a DEBUG1 debug message isemitted when a relation is not found.Author: Nathan BossartReviewed-By: Michael Paquier and Andres FreundDiscussion:https://postgr.es/m/20180306005349.b65whmvj7z6hbe2y@alap3.anarazel.de