forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7926a9a
committed
Small refactoring around ExecCreateTableAs().
Since commit4b74ebf, the refresh logic is used to populatematerialized views, so we can simplify the error message inExecCreateTableAs().Also, RefreshMatViewByOid() is moved to just aftercreate_ctas_nodata() call to improve code readability.Author: Yugo NagataDiscussion:https://postgr.es/m/20240802161301.d975daca9ba7a706fa05ecd7@sraoss.co.jp1 parent3cffe79 commit7926a9a
1 file changed
+17
-17
lines changedLines changed: 17 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 | 231 |
| |
235 | 232 |
| |
236 | 233 |
| |
| |||
279 | 276 |
| |
280 | 277 |
| |
281 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
282 | 289 |
| |
283 | 290 |
| |
284 | 291 |
| |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
285 | 298 |
| |
286 | 299 |
| |
287 | 300 |
| |
| |||
292 | 305 |
| |
293 | 306 |
| |
294 | 307 |
| |
295 |
| - | |
296 |
| - | |
297 |
| - | |
| 308 | + | |
298 | 309 |
| |
299 | 310 |
| |
300 | 311 |
| |
| |||
339 | 350 |
| |
340 | 351 |
| |
341 | 352 |
| |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
|
0 commit comments
Comments
(0)