forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd47da31
committed
Remove Tuplesortstate.copytup function
It's currently unclear how do we split functionality betweenTuplesortstate.copytup() function and tuplesort_put*() functions.For instance, copytup_index() and copytup_datum() return error whiletuplesort_putindextuplevalues() and tuplesort_putdatum() do their work.This commit removes Tuplesortstate.copytup() altogether, putting thecorresponding code into tuplesort_put*().Discussion:https://postgr.es/m/CAPpHfdvjix0Ahx-H3Jp1M2R%2B_74P-zKnGGygx4OWr%3DbUQ8BNdw%40mail.gmail.comAuthor: Alexander KorotkovReviewed-by: Pavel Borisov, Maxim Orlov, Matthias van de MeentReviewed-by: Andres Freund, John Naylor1 parentffd1b6b commitd47da31
1 file changed
+133
-198
lines changed0 commit comments
Comments
(0)