forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd6d1dfc
committed
Add ABI extra field to fmgr magic block
This allows derived products to intentionally make their fmgr ABIincompatible, with a clean error message.Discussion:https://www.postgresql.org/message-id/flat/55215fda-db31-a045-d6b7-d6f2d2dc9920%40enterprisedb.com1 parent1b06d7b commitd6d1dfc
File tree
3 files changed
+38
-1
lines changed- src
- backend/utils/fmgr
- include
3 files changed
+38
-1
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
333 | 348 |
| |
334 | 349 |
| |
335 | 350 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
| 461 | + | |
461 | 462 |
| |
462 | 463 |
| |
463 | 464 |
| |
| |||
468 | 469 |
| |
469 | 470 |
| |
470 | 471 |
| |
471 |
| - | |
| 472 | + | |
| 473 | + | |
472 | 474 |
| |
473 | 475 |
| |
| 476 | + | |
| 477 | + | |
| 478 | + | |
474 | 479 |
| |
475 | 480 |
| |
476 | 481 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
45 | 62 |
| |
46 | 63 |
| |
47 | 64 |
| |
|
0 commit comments
Comments
(0)