forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc639d24
committed
Call FDW validator functions even when the options list is empty.
This is useful since a validator might want to require certain optionsto be provided. The passed array is an empty text array in this case.Per suggestion by Laurenz Albe, though this is not quite his patch.1 parent457333d commitc639d24
1 file changed
+12
-2
lines changedLines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
169 |
| - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
170 | 180 |
| |
171 | 181 |
| |
172 | 182 |
| |
|
0 commit comments
Comments
(0)