forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4dd78bf
committed
Merge dissect() into cdissect() to remove a pile of near-duplicate code.
The "uncomplicated" case isn't materially less complicated than the fullcase, certainly not enough so to justify duplicating nearly 500 linesof code. The only extra work being done in the full path is zaptreesubs,which is very cheap compared to everything else being done here, andbesides that I'm less than convinced that it's not needed in some caseseven without backrefs.1 parent5873594 commit4dd78bf
1 file changed
+77
-549
lines changed0 commit comments
Comments
(0)