forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd26a0a
committed
Use PG_GETARG_TRANSACTIONID where appropriate
Some places were using PG_GETARG_UINT32 where PG_GETARG_TRANSACTIONIDwould be more appropriate. (Of course, they are the same internally,so there is no externally visible effect.) To do that, exportPG_GETARG_TRANSACTIONID outside of xid.c. We also exportPG_RETURN_TRANSACTIONID for symmetry, even though there are currentlyno external users.Author: Ashutosh Bapat <ashutosh.bapat@2ndquadrant.com>Discussion:https://www.postgresql.org/message-id/flat/d8f6bdd536df403b9b33816e9f7e0b9d@G08CNEXMBPEKD05.g08.fujitsu.local1 parent5b3dca0 commitdd26a0a
File tree
4 files changed
+5
-6
lines changed- src
- backend
- access/transam
- utils/adt
- include
4 files changed
+5
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
407 |
| - | |
| 407 | + | |
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
| |||
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
484 |
| - | |
| 484 | + | |
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3339 | 3339 |
| |
3340 | 3340 |
| |
3341 | 3341 |
| |
3342 |
| - | |
| 3342 | + | |
3343 | 3343 |
| |
3344 | 3344 |
| |
3345 | 3345 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 26 |
| |
30 | 27 |
| |
31 | 28 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| 279 | + | |
279 | 280 |
| |
280 | 281 |
| |
281 | 282 |
| |
| |||
360 | 361 |
| |
361 | 362 |
| |
362 | 363 |
| |
| 364 | + | |
363 | 365 |
| |
364 | 366 |
| |
365 | 367 |
| |
|
0 commit comments
Comments
(0)