Commit 92deedc
authored
Fix format attribute for gp_fatal_log to avoid clang build warning (#1134)
Use pg_attribute_printf for gp_fatal_log format checking
Replace GNU printf attribute with pg_attribute_printf macro
for gp_fatal_log to improve code portability and consistency
with PostgreSQL coding conventions.1 parent 9f37357 commit 92deedc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments