• Heikki Linnakangas's avatar
    Always pass catalog id to the options validator function specified in · 4e766f2d
    Heikki Linnakangas authored
    CREATE FOREIGN DATA WRAPPER. Arguably it wasn't a bug because the
    documentation said that it's passed the catalog ID or zero, but surely
    we should provide it when it's known. And there isn't currently any
    scenario where it's not known, and I can't imagine having one in the
    future either, so better remove the "or zero" escape hatch and always
    pass a valid catalog ID. Backpatch to 8.4.
    
    Martin Pihlak
    4e766f2d
foreign_data.out 50.8 KB