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