I’ve also had this error after the update, but for me it seemed that the postgres node earlier converted from text to number, but no longer does.
My errors where mostly solved with a .toNumber()
But I also had this error when trying to input an object into a jsonb, and it didn’t work. I solved that using the set/edit node before the postgres node, and used “map automatically” in the postgres node, then it worked (with the same object).