Content-Length: 258312 | pFad | http://github.com/postgrespro/postgres/commit/cf05113eb0da0b65fdeaf79db0c6c27b82d3c869

F5 Add newline at the end of header generated by generate-wait_event_typ… · postgrespro/postgres@cf05113 · GitHub
Skip to content

Commit cf05113

Browse files
committed
Add newline at the end of header generated by generate-wait_event_types.pl
The header file wait_event_types.h was generated without a newline at its end, which was inconsistent with all the other things generated automatically. Per offline gripe from Nathan Bossart.
1 parent cc32ec2 commit cf05113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/activity/generate-wait_event_types.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
printf $c "}\n\n";
186186
}
187187

188-
printf $h "#endif /* WAIT_EVENT_TYPES_H */";
188+
printf $h "#endif /* WAIT_EVENT_TYPES_H */\n";
189189
close $h;
190190
close $c;
191191

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/cf05113eb0da0b65fdeaf79db0c6c27b82d3c869

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy