提交 bb320766 编写于 作者: G Gang Xiong 提交者: xiong-gang

Remove a fixme of pg12 merge

function 'pg_logdir_ls' returns the creation time of log files by parsing the
file name, it's different from 'pg_ls_dir_files', we should keep it if we still
consider 'pg_logdir_ls' useful.
上级 bd3e9fe9
......@@ -740,8 +740,9 @@ pg_file_length(PG_FUNCTION_ARGS)
/*
* GPDB_12_MERGE_FIXME: Perhaps this function can call into generic function
* pg_ls_dir_files() rather than re-implmenting much of the same pattern.
* This function returns the name and creation time of the log files, the creation
* time is parsed from the file name. It's different from 'pg_ls_dir_files' because
* it returns the modification time of the log files.
*/
Datum
pg_logdir_ls(PG_FUNCTION_ARGS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册