This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-11-19 13:42:17 +03:00
Code
Activity
Files
a43f20cb0a38523dd4dcf6265884e30ba2b1ec22
postgres
/
src
/
backend
/
access
/
heap
History
Tom Lane
ccd415c63f
Fix unportable assumptions about alignment of local char[n] variables.
2001-03-25 23:23:59 +00:00
..
heapam.c
Fix unportable assumptions about alignment of local char[n] variables.
2001-03-25 23:23:59 +00:00
hio.c
Remove dashes in comments that don't need them, rewrap with pgindent.
2001-03-22 06:16:21 +00:00
Makefile
Fix relative path references so that make knowns which dependencies refer
2000-08-31 16:12:35 +00:00
stats.c
Remove dashes in comments that don't need them, rewrap with pgindent.
2001-03-22 06:16:21 +00:00
tuptoaster.c
Fix code that incorrectly assumed a 'char foo[N]' local variable would
2001-03-25 00:45:20 +00:00