Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING
Date
Msg-id ZoJP5kjTFbZa7gQS@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
Responses Re: Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING
Re: Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING
List pgsql-hackers
Hi hackers,

While working on a rebase for [1] due to 0cecc908e97, I noticed that
CheckRelationLockedByMe() and CheckRelationOidLockedByMe() are used only in
assertions.

I think it would make sense to declare / define those functions only for
assert enabled build: please find attached a tiny patch doing so.

Thoughts?

[1]: https://www.postgresql.org/message-id/flat/ZiYjn0eVc7pxVY45%40ip-10-97-1-34.eu-west-3.compute.internal

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Conflict Detection and Resolution
Next
From: Bharath Rupireddy
Date:
Subject: Re: Surround CheckRelation[Oid]LockedByMe() with USE_ASSERT_CHECKING