forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0a2f894
committed
Fix typo in tts_virtual_copyslot.
The code used the destination slot's natts where it intended touse the source slot's natts. Adding an Assert shows that thereis no case in "make check-world" where these counts are different,so maybe this is a harmless bug, but it's still a bug.Takayuki TsunakawaDiscussion:https://postgr.es/m/0A3221C70F24FB45833433255569204D1FD34C0E@G01JPEXMBYT051 parent51004c7 commit0a2f894
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 |
| - | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
|
0 commit comments
Comments
(0)