Re: [PATCH] contrib: Add pg_datemath extension with datediff function

2025-12-01 Thread Myles Lewis
Thanks for the feedback.I've reworked this based on your comments:- Clean patch against master (not against my previous submission)- Removed the SELECT 'label' AS test statements from the regression tests- Renamed from mssql_compat to pg_datemath since this isn't tracking SQL Server semanticsThe fu

Re: [PATCH] contrib: Add pg_datemath extension with datediff function

2025-11-26 Thread Pavel Stehule
Hi st 26. 11. 2025 v 21:26 odesílatel Myles Lewis napsal: > Thank you Peter, Michael, and Pavel for the thoughtful feedback on my > initial submission. > > After considering your points, I've reframed this patch: > > Key Changes: > >1. Renamed from mssql_compat to pg_datemath - Removes any i

Re: [PATCH] contrib: Add pg_datemath extension with datediff function

2025-11-26 Thread Myles Lewis
Thank you Peter, Michael, and Pavel for the thoughtful feedback on my initial submission.After considering your points, I've reframed this patch:Key Changes:Renamed from mssql_compat to pg_datemath - Removes any implication of tracking SQL Server compatibility, which was never the intent. This is a