ossc-db / pg_hint_plan

Extension adding support for optimizer hints in PostgreSQL
Other
674 stars 101 forks source link

Add descriptive comment that can be consumed programatically via pg_available_extensions #184

Closed nachoalonsoportillo closed 2 months ago

michaelpq commented 2 months ago

Hm. I like the idea of adding a comment, but your sentence is too complicated to me. I would make it shorter, like:

Optimizer hints for PostgreSQL. 
nachoalonsoportillo commented 2 months ago

Changed the text with the one you're proposing.

michaelpq commented 2 months ago

I would recommend that you force-push your branches rather than update an existing branch when sending an updated version of a patch. It makes review much easier. For a change as simple as that, I don't have an issue with what you did, but that could become very complicated with heavier patches.

Applied on HEAD as 562a9644fa2d.