Commit ac12329
authored
Merge pull request #114 from NikitaFeodonit/master
Commit postgres/postgres@c456e39 added an assertion to the BlessTupleDesc
function requiring a call to the TupleDescFinalize function before calling
BlessTupleDesc. Add these calls; without them, the issue appears in the debug
build.
Also fix warnings -Wstrict-prototypes and -Wold-style-definition
Reported-by: Georgy Shelkovy <@RekGRpth>
Author: Nikita Kirin <@NikitaFeodonit>, Georgy Shelkovy <@RekGRpth>2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
528 | 530 | | |
529 | 531 | | |
530 | 532 | | |
| |||
757 | 759 | | |
758 | 760 | | |
759 | 761 | | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
760 | 765 | | |
761 | 766 | | |
762 | 767 | | |
| |||
882 | 887 | | |
883 | 888 | | |
884 | 889 | | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
885 | 893 | | |
886 | 894 | | |
887 | 895 | | |
| |||
0 commit comments