• Noah Misch's avatar
    Don't pass oidvector by value. · 813895e4
    Noah Misch authored
    Since the structure ends with a flexible array, doing so truncates any
    vector having more than one element.  New in 9.3, so no back-patch.
    813895e4
functioncmds.c 48.7 KB