Re: support fast default for domain with constraints
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-06-02T09:56:00Z
Lists: pgsql-hackers
Attachments
- v6-0001-soft-error-variant-of-ExecPrepareExpr-ExecInitExpr.patch (application/x-patch) patch v6-0001
- v6-0003-fast-default-for-domain-with-constraints.patch (application/x-patch) patch v6-0003
- v6-0002-add-function-DomainHaveVolatileConstraints.patch (application/x-patch) patch v6-0002
hi. attached is to fix the regress test failure[0] in V5. I also did some test simplification. [0] https://api.cirrus-ci.com/v1/artifact/task/6014753866252288/log/src/test/regress/regression.diffs
Commits
-
Enable fast default for domains with non-volatile constraints
- a0b6ef29a518 19 (unreleased) landed
-
Extend DomainHasConstraints() to optionally check constraint volatility
- 487cf2cbd2f5 19 (unreleased) landed
-
Restrict virtual columns to use built-in functions and types
- 0cd69b3d7ef3 18.0 cited
-
Replace EEOP_DONE with special steps for return/no return
- 8dd7c7cd0a26 18.0 cited
-
Add soft error handling to some expression nodes
- aaaf9449ec6b 17.0 cited