Skip to content
Snippets Groups Projects
Commit 5b5ee14a authored by Tom Lane's avatar Tom Lane
Browse files

Add a defense to prevent storing pseudo-type data into index columns.

Formerly, the lack of any opclasses that could accept such data was enough
of a defense, but now with a "record" opclass we need to check more carefully.
(You can still use that opclass for an index, but you have to store a named
composite type not an anonymous one.)
parent 2f0d5282
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment