repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a compiler warning in initStringInfo().
[pgsql.git]
/
src
/
tools
/
pg_bsd_indent
/
tests
/
surplusbad.0
blob
07d07026db0e02d5f927424590891636a16d9d52
1
/* $FreeBSD$ */
2
/* See r303599 */
3
#if defined(__i386__)
4
int a;
5
#elif defined(__amd64__)
6
int b;
7
#else
8
#error "Port me"
9
#endif