forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac0db34
committed
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
fsstate in process_pending_requests (in postgres_fdw.c) was added in8998e3c as an assertion-only variable,1ec7fca stated usingthe variable outside of assertions.rd_index in get_index_column_opclass (in lsyscache.c) was introducedin2a63683, and then promptly used in the fix commit7e04160shortly thereafter.This removes the PG_USED_FOR_ASSERTS_ONLY variable decoration fromthe above mentioned variables.Reviewed-by: Greg Nancarrow <gregn4422@gmail.com>Discussion:https://postgr.es/m/F959106C-0F21-43A5-B2AE-D007D51ACBEE@yesql.se1 parentc113d8a commitac0db34
File tree
2 files changed
+2
-2
lines changed- contrib/postgres_fdw
- src/backend/utils/cache
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7058 | 7058 |
| |
7059 | 7059 |
| |
7060 | 7060 |
| |
7061 |
| - | |
| 7061 | + | |
7062 | 7062 |
| |
7063 | 7063 |
| |
7064 | 7064 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3462 | 3462 |
| |
3463 | 3463 |
| |
3464 | 3464 |
| |
3465 |
| - | |
| 3465 | + | |
3466 | 3466 |
| |
3467 | 3467 |
| |
3468 | 3468 |
| |
|
0 commit comments
Comments
(0)