Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
tools
/
pg_bsd_indent
/
tests
/
enum.0.stdout
blob: fd4653b85411ee5d997096da05ca7fcc9e949f60 [
file
]
typedef
enum
{
PREWARM_PREFETCH
,
/* comment */
PREWARM_READ
,
/* more comment */
PREWARM_BUFFER
/* more comment */
}
PrewarmType
;