Fix query compat with Postgres 13
authorMatt Corallo <git@bluematt.me>
Sun, 2 Jul 2023 16:13:26 +0000 (16:13 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 2 Jul 2023 19:12:59 +0000 (19:12 +0000)
commit30ded89530e432c026308c536386cb8c8a4d6774
treef1c72e5b009f74ad42d6a84bbe7e489b769fb08b
parent91616b0e1af71548107b684057ff8254a0df3dac
Fix query compat with Postgres 13

...which requires DISTINCT ON to match the start of ORDER BY.
src/lookup.rs