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