mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
We no longer need the terminating zero entry in opfamily[], so get rid of it. Also replace assorted ad-hoc looping logic with simple for and foreach constructs. This code is now noticeably more readable than it was an hour ago; credit to Robert for seeing that it could be simplified.