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
/
nsac.0.stdout
blob
78f3b287574c3ff96eb1c6dfd50bddcd345dae7c
1
/* $FreeBSD$ */
2
void
3
t(void)
4
{
5
int a = (double)8;
6
}