forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4dd6875
committed
Restructure soft-error handling in formatting.c.
Replace the error trapping scheme introduced in5bc4506 with ourshiny new errsave/ereturn mechanism. This doesn't have any realfunctional impact (although I think that the new coding is ableto report a few more errors softly than v15 did). And I doubtthere's any measurable performance difference either. But thisgets rid of an ad-hoc, one-of-a-kind design in favor of a mechanismthat will be widely used going forward, so it should be a net winfor code readability.Discussion:https://postgr.es/m/3bbbb0df-7382-bf87-9737-340ba096e034@postgrespro.ru1 parentc60488b commit4dd6875
File tree
3 files changed
+322
-358
lines changed- src
- backend/utils/adt
- include/utils
3 files changed
+322
-358
lines changed0 commit comments
Comments
(0)