forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite1724af
committed
Fix comments for the dshash_parameters struct.
A recent commit added a copy_function member to thedshash_parameters struct, but it missed updating a couple ofcomments that refer to the function pointer members of this struct.One of those comments also refers to a tranche_name member and non-arg variants of the function pointer members, all of which wereeither removed during development or removed shortly after dshashtable support was committed.Oversights in commits8c0d7ba,d7694fc, and42a1de3.Discussion:https://postgr.es/m/20240227045213.GA2329190%40nathanxps131 parent92d2ab7 commite1724af
2 files changed
+7
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
|
Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
| 46 | + | |
| 47 | + | |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
55 | 53 |
| |
56 | 54 |
| |
57 | 55 |
| |
|
0 commit comments
Comments
(0)