Define text_substr().
Change declarations from "struct varlena *" to "text *". Remove register variables since compiler should do better on its own.
Showing
Please register or sign in to comment
Change declarations from "struct varlena *" to "text *". Remove register variables since compiler should do better on its own.