Skip to content
Snippets Groups Projects
Commit 956cd6aa authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

swh-func.sql: add refactoring TODO item

parent 042cddf4
No related branches found
Tags v1.4.1
No related merge requests found
......@@ -243,6 +243,8 @@ $$;
--
-- Assumption: this function is used in the same transaction that inserts the
-- context directory in table "directory".
--
-- TODO: refactor with other swh_directory_entry_*_add functions
create or replace function swh_directory_entry_dir_add()
returns void
language plpgsql
......@@ -286,6 +288,8 @@ $$;
--
-- Assumption: this function is used in the same transaction that inserts the
-- context directory in table "directory".
--
-- TODO: refactor with other swh_directory_entry_*_add functions
create or replace function swh_directory_entry_file_add()
returns void
language plpgsql
......@@ -329,6 +333,8 @@ $$;
--
-- Assumption: this function is used in the same transaction that inserts the
-- context directory in table "directory".
--
-- TODO: refactor with other swh_directory_entry_*_add functions
create or replace function swh_directory_entry_rev_add()
returns void
language plpgsql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment