- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit5fe08c0
committed
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
A couple of dshash_create() callers provide 0 for the 'void *arg'argument, which might give readers the incorrect impression thatthis is some sort of "flags" parameter.Reviewed-by: Andy FanDiscussion:https://postgr.es/m/20240119215941.GA1322079%40nathanxps131 parent6979ea2 commit5fe08c0
File tree
2 files changed
+2
-2
lines changed- src/backend
- replication/logical
- utils/activity
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 | 1015 |
| |
1016 |
| - | |
| 1016 | + | |
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 | 1019 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
|
0 commit comments
Comments
(0)