mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
The buildfarm thinks this leads to memory stomps, though annoyingly I can't duplicate that here. The existing code in strings.pgc is doing something that doesn't seem to be sanctioned at all really by the documentation, but I'm disinclined to try to make that nicer right now. Let's just declare some more output variables in hopes of working around it.
9 lines
83 B
C
9 lines
83 B
C
char *s1,
|
|
*s2,
|
|
*s3,
|
|
*s4,
|
|
*s5,
|
|
*s6,
|
|
*s7,
|
|
*s8;
|