]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: remove probe_ts function 10020/head
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 27 Nov 2023 20:01:33 +0000 (17:01 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 8 Dec 2023 20:15:42 +0000 (21:15 +0100)
commitbc8231d6ef4b46ffaf3749920230aa90f934039d
tree86768817b0e24d7b66452b4aba7fc2f30e4dd8dc
parentd4e7299f681e40b6c7d3fd755a06087991e37a29
pgsql: remove probe_ts function

With the changes in the probing_ts function, this other one could become
obsolete. Remove it, and directly call `parser::parse_request` when
checking for gaps, instead.

(cherry picked from commit 9aeeac532eadc57c399b17d364d7337c5c69bd8e)
rust/src/pgsql/pgsql.rs