forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit531737d

Amit Kapila
Refactor function parse_output_parameters.
Instead of using multiple parameters in parse_ouput_parameters functionsignature, use the struct PGOutputData that encapsulates all pgoutputoptions. It will be useful for future work where we need to add otheroptions in pgoutput.Author: Euler TaveiraReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/CADK3HHJ-+9SO7KuRLH=9Wa1rAo60Yreq1GFNkH_kd0=CdaWM+A@mail.gmail.com1 parent6d41dd0 commit531737d
File tree
2 files changed
+10
-15
lines changed- src
- backend/replication/pgoutput
- include/replication
2 files changed
+10
-15
lines changedLines changed: 9 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
160 |
| - | |
161 |
| - | |
| 159 | + | |
162 | 160 |
| |
163 | 161 |
| |
164 | 162 |
| |
165 | 163 |
| |
166 | 164 |
| |
167 | 165 |
| |
168 | 166 |
| |
169 |
| - | |
| 167 | + | |
| 168 | + | |
170 | 169 |
| |
171 | 170 |
| |
172 | 171 |
| |
| |||
196 | 195 |
| |
197 | 196 |
| |
198 | 197 |
| |
199 |
| - | |
| 198 | + | |
200 | 199 |
| |
201 | 200 |
| |
202 | 201 |
| |
| |||
207 | 206 |
| |
208 | 207 |
| |
209 | 208 |
| |
210 |
| - | |
| 209 | + | |
211 | 210 |
| |
212 | 211 |
| |
213 | 212 |
| |
| |||
220 | 219 |
| |
221 | 220 |
| |
222 | 221 |
| |
223 |
| - | |
| 222 | + | |
224 | 223 |
| |
225 | 224 |
| |
226 | 225 |
| |
| |||
230 | 229 |
| |
231 | 230 |
| |
232 | 231 |
| |
233 |
| - | |
| 232 | + | |
234 | 233 |
| |
235 | 234 |
| |
236 | 235 |
| |
| |||
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
247 |
| - | |
248 | 246 |
| |
249 | 247 |
| |
250 | 248 |
| |
| |||
265 | 263 |
| |
266 | 264 |
| |
267 | 265 |
| |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
| 266 | + | |
273 | 267 |
| |
274 | 268 |
| |
275 | 269 |
| |
| |||
295 | 289 |
| |
296 | 290 |
| |
297 | 291 |
| |
298 |
| - | |
| 292 | + | |
299 | 293 |
| |
300 | 294 |
| |
301 | 295 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
|
0 commit comments
Comments
(0)