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
Rails 5.0+ requires the pg_try_advisory_lock and pg_advisory_unlock builtins. Postgres advisory locks are re-entrant locks that are available for application-defined purposes. For now, let's just stub this functionality out.
The text was updated successfully, but these errors were encountered:
Rails 5.0+ requires the
pg_try_advisory_lock
andpg_advisory_unlock
builtins. Postgres advisory locks are re-entrant locks that are available for application-defined purposes. For now, let's just stub this functionality out.The text was updated successfully, but these errors were encountered: