Content-Length: 256614 | pFad | http://github.com/postgrespro/postgres/commit/d07fea542f18f3d4bc5413a5fc23d69b9fcb631c

D3 Fix order of arguments in ecpg generated typedef command. · postgrespro/postgres@d07fea5 · GitHub
Skip to content

Commit d07fea5

Browse files
author
Michael Meskes
committed
Fix order of arguments in ecpg generated typedef command.
1 parent 94b4f7e commit d07fea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/ecpg.trailer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ ECPGTypedef: TYPE_P
13111311
if (auto_create_c == false)
13121312
$$ = cat_str(7, mm_strdup("/* exec sql type"), mm_strdup($3), mm_strdup("is"), mm_strdup($5.type_str), mm_strdup($6.str), $7, mm_strdup("*/"));
13131313
else
1314-
$$ = cat_str(6, mm_strdup("typedef "), mm_strdup($5.type_str), *$7?mm_strdup("*"):mm_strdup(""), mm_strdup($6.str), mm_strdup($3), mm_strdup(";"));
1314+
$$ = cat_str(6, mm_strdup("typedef "), mm_strdup($5.type_str), *$7?mm_strdup("*"):mm_strdup(""), mm_strdup($3), mm_strdup($6.str), mm_strdup(";"));
13151315
}
13161316
;
13171317

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/d07fea542f18f3d4bc5413a5fc23d69b9fcb631c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy