mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 02:00:35 -04:00
This brings in an exact copy of the pg_bsd_indent repo as of commit d301442799cea44e5ccb04331afc537764ec77c5 (2020-12-28). Discussion: https://postgr.es/m/3935719.1675967430@sss.pgh.pa.us Discussion: https://postgr.es/m/20200812223409.6di3y2qsnvynao7a@alap3.anarazel.de
5 lines
135 B
Text
5 lines
135 B
Text
typedef enum {
|
|
PREWARM_PREFETCH, /* comment */
|
|
PREWARM_READ, /* more comment */
|
|
PREWARM_BUFFER /* more comment */
|
|
} PrewarmType;
|