diff --git a/.github/workflows/boost_version.yml b/.github/workflows/boost_version.yml index 0d940b5501..bd35adc4ba 100644 --- a/.github/workflows/boost_version.yml +++ b/.github/workflows/boost_version.yml @@ -129,5 +129,5 @@ jobs: sudo service postgresql start psql -c "CREATE DATABASE ___pgr___test___;" DIR=$(git rev-parse --show-toplevel) - bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "4.0.0" + bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "4.1.0" pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 94f96b34e4..6a761f8d88 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: boost_minor: [56] - old_pgr: [3.8.0, 3.7.3, 3.7.2, 3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2] + old_pgr: [4.0.0, 3.8.0, 3.7.3, 3.7.2, 3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2] steps: - uses: actions/checkout@v5 @@ -145,6 +145,6 @@ jobs: run: | sudo service postgresql start psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();" - psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '4.0.0';" + psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '4.1.0';" psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();" pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap" diff --git a/CMakeLists.txt b/CMakeLists.txt index b7b0020069..97bdf75f38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,9 +30,9 @@ include(pgr/BuildType) #--------------------------------------------- #--------------------------------------------- -project(PGROUTING VERSION 4.0.0 +project(PGROUTING VERSION 4.1.0 LANGUAGES C CXX ) -set(PROJECT_VERSION_DEV "") +set(PROJECT_VERSION_DEV "-dev") string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER) include(pgr/GitInfo) @@ -46,8 +46,9 @@ string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d" UTC) # uncomment to show the NOTICE/WARNING of deprecated internal C functions # add_compile_definitions(SHOWMSG=1) -set(MINORS 4.0 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6) +set(MINORS 4.1 4.0 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6) set(OLD_SIGNATURES + 4.0.0 3.8.0 3.7.3 3.7.2 3.7.1 3.7.0 3.6.3 3.6.2 3.6.1 3.6.0 diff --git a/NEWS.md b/NEWS.md index 5ebdecde01..e7806f69af 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,18 @@ To read all history of releases go to the latest [release notes](https://docs.pg # pgRouting 4 +## pgRouting 4.1 + + + +### pgRouting 4.1.0 Release Notes + +To see all issues & pull requests closed by this release see the +[#4.1.0](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%204.1.0%22) + +No changes yet + + ## pgRouting 4.0 diff --git a/doc/_static/page_history.js b/doc/_static/page_history.js index 6fca23a5c9..f158646394 100644 --- a/doc/_static/page_history.js +++ b/doc/_static/page_history.js @@ -5,7 +5,7 @@ function createInfo(file, newat, altnames = '', removedat = '') { this.removedat = removedat; } -const versionsArr = ['4.0']; +const versionsArr = ['4.1','4.0']; var unsuportedArr = ['3.8','3.7', '3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0','2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0']; var titles = [ {k: 'en', v: ['Supported versions', 'Unsupported versions']}, diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 3b676a528d..f74dbb4048 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -27,15 +27,32 @@ pgRouting 4 :local: :depth: 1 -pgRouting 4.0 +pgRouting 4.1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. contents:: Contents :local: :depth: 1 + +pgRouting 4.1.0 Release Notes +------------------------------------------------------------------------------- + +To see all issues & pull requests closed by this release see the +:milestone:`4.1.0` + +No changes yet + .. current +pgRouting 4.0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +.. contents:: Contents + :local: + :depth: 1 + + pgRouting 4.0.0-alpha1 Release Notes ------------------------------------------------------------------------------- diff --git a/docqueries/version/full_version.result b/docqueries/version/full_version.result index 67d649b503..a23051596f 100644 --- a/docqueries/version/full_version.result +++ b/docqueries/version/full_version.result @@ -5,8 +5,8 @@ SET /* -- q1 */ SELECT version, library FROM pgr_full_version(); version | library ----------+----------------- - 4.0.0 | pgrouting-4.0.0 +-----------+----------------- + 4.1.0-dev | pgrouting-4.1.0 (1 row) /* -- q2 */ diff --git a/docqueries/version/version.result b/docqueries/version/version.result index c4cd834e1e..9959be8d5d 100644 --- a/docqueries/version/version.result +++ b/docqueries/version/version.result @@ -6,7 +6,7 @@ SET SELECT pgr_version(); pgr_version ------------- - 4.0.0 + 4.1.0-dev (1 row) /* -- q2 */ diff --git a/locale/de/LC_MESSAGES/index.po b/locale/de/LC_MESSAGES/index.po index b2313a6963..bcf6d87807 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/de/LC_MESSAGES/pgrouting_doc_strings.po b/locale/de/LC_MESSAGES/pgrouting_doc_strings.po index a4d7cbd948..3049c7286a 100644 --- a/locale/de/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/de/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2023. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-10-08 19:15+0000\n" "PO-Revision-Date: 2025-09-22 16:28+0000\n" diff --git a/locale/en/LC_MESSAGES/index.po b/locale/en/LC_MESSAGES/index.po index e22cba7dc7..6673b12db6 100644 --- a/locale/en/LC_MESSAGES/index.po +++ b/locale/en/LC_MESSAGES/index.po @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/en/LC_MESSAGES/pgrouting_doc_strings.po b/locale/en/LC_MESSAGES/pgrouting_doc_strings.po index 2dbdb9b3ff..97ac8d366e 100644 --- a/locale/en/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/en/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-28 20:20+0000\n" +"POT-Creation-Date: 2025-12-05 23:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3913,6 +3913,9 @@ msgstr "" msgid ":doc:`release_notes`" msgstr "" +msgid "pgRouting 4.0" +msgstr "" + msgid "pgRouting 4.0.0-alpha1 Release Notes" msgstr "" @@ -8055,7 +8058,7 @@ msgid "Upgrading the database" msgstr "" msgid "" -"To upgrade pgRouting in the database to version 4.0.0 use the following " +"To upgrade pgRouting in the database to version 4.1.0 use the following " "command:" msgstr "" @@ -16143,7 +16146,20 @@ msgstr "" msgid "Minors 4.x" msgstr "" -msgid "pgRouting 4.0" +msgid "pgRouting 4.1" +msgstr "" + +msgid "pgRouting 4.1.0 Release Notes" +msgstr "" + +#, python-format +msgid "" +"To see all issues & pull requests closed by this release see the `Github " +"milestone for 4.1.0 `__" +msgstr "" + +msgid "No changes yet" msgstr "" msgid "pgRouting 3" diff --git a/locale/es/LC_MESSAGES/index.po b/locale/es/LC_MESSAGES/index.po index 1785b2de1e..af16d93501 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2022-09-29 16:37+0000\n" diff --git a/locale/es/LC_MESSAGES/pgrouting_doc_strings.po b/locale/es/LC_MESSAGES/pgrouting_doc_strings.po index c5be0a226b..0cb5d49608 100644 --- a/locale/es/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/es/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # Pedro Jose Rios Vergara , 2022, 2025. @@ -7,7 +7,7 @@ # Celia Virginia Vergara Castillo , 2023, 2024, 2025. # DeepL , 2024, 2025. msgid "" -msgstr "Project-Id-Version: pgRouting v3.8\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-10-08 19:15+0000\nPO-Revision-Date: 2025-10-10 21:42+0000\nLast-Translator: Celia Virginia Vergara Castillo \nLanguage-Team: Spanish \nLanguage: es\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.4.3\nGenerated-By: Babel 2.10.3\n" +msgstr "Project-Id-Version: pgRouting v4.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-10-08 19:15+0000\nPO-Revision-Date: 2025-10-10 21:42+0000\nLast-Translator: Celia Virginia Vergara Castillo \nLanguage-Team: Spanish \nLanguage: es\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.4.3\nGenerated-By: Babel 2.10.3\n" msgid "BFS - Category" msgstr "BFS - Categoría" diff --git a/locale/ja/LC_MESSAGES/index.po b/locale/ja/LC_MESSAGES/index.po index 544c8a8b0a..01e6ac787e 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2024-05-01 03:45+0000\n" diff --git a/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po b/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po index c4567bb663..856d27b608 100644 --- a/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # Translators: @@ -18,7 +18,7 @@ # Celia Virginia Vergara Castillo , 2024, 2025. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-10-08 19:15+0000\n" "PO-Revision-Date: 2025-09-22 16:27+0000\n" diff --git a/locale/ko/LC_MESSAGES/index.po b/locale/ko/LC_MESSAGES/index.po index 6391769b3f..eabed27145 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2022-11-15 15:30+0000\n" diff --git a/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po b/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po index 01266eecd0..88a55a26ab 100644 --- a/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2022. # Hyung-Gyu Ryoo , 2022, 2025. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-10-08 19:15+0000\n" "PO-Revision-Date: 2025-09-22 16:28+0000\n" diff --git a/locale/pot/index.pot b/locale/pot/index.pot index 541b7454b4..a1bdbcae8a 100644 --- a/locale/pot/index.pot +++ b/locale/pot/index.pot @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/pot/pgrouting_doc_strings.pot b/locale/pot/pgrouting_doc_strings.pot index efa4abbf95..d7639b6ede 100644 --- a/locale/pot/pgrouting_doc_strings.pot +++ b/locale/pot/pgrouting_doc_strings.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v4.0 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v4.0\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-28 20:20+0000\n" +"POT-Creation-Date: 2025-12-05 23:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3520,6 +3520,9 @@ msgstr "" msgid ":doc:`release_notes`" msgstr "" +msgid "pgRouting 4.0" +msgstr "" + msgid "pgRouting 4.0.0-alpha1 Release Notes" msgstr "" @@ -6910,7 +6913,7 @@ msgstr "" msgid "Upgrading the database" msgstr "" -msgid "To upgrade pgRouting in the database to version 4.0.0 use the following command:" +msgid "To upgrade pgRouting in the database to version 4.1.0 use the following command:" msgstr "" msgid "More information can be found in https://www.postgresql.org/docs/current/sql-createextension.html" @@ -13492,7 +13495,16 @@ msgstr "" msgid "Minors 4.x" msgstr "" -msgid "pgRouting 4.0" +msgid "pgRouting 4.1" +msgstr "" + +msgid "pgRouting 4.1.0 Release Notes" +msgstr "" + +msgid "To see all issues & pull requests closed by this release see the `Github milestone for 4.1.0 `__" +msgstr "" + +msgid "No changes yet" msgstr "" msgid "pgRouting 3" diff --git a/locale/sv/LC_MESSAGES/index.po b/locale/sv/LC_MESSAGES/index.po index a973361113..eaf5601bb4 100644 --- a/locale/sv/LC_MESSAGES/index.po +++ b/locale/sv/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/sv/LC_MESSAGES/pgrouting_doc_strings.po b/locale/sv/LC_MESSAGES/pgrouting_doc_strings.po index 4b828790ba..3e7bd2d451 100644 --- a/locale/sv/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/sv/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v4.0 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # Celia Virginia Vergara Castillo , 2025. # Daniel Nylander , 2025. msgid "" -msgstr "Project-Id-Version: pgRouting v4.0\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-10-08 19:15+0000\nPO-Revision-Date: 2025-10-28 19:52+0000\nLast-Translator: Celia Virginia Vergara Castillo \nLanguage-Team: Swedish \nLanguage: sv\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.4.3\n" +msgstr "Project-Id-Version: pgRouting v4.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-10-08 19:15+0000\nPO-Revision-Date: 2025-10-28 19:52+0000\nLast-Translator: Celia Virginia Vergara Castillo \nLanguage-Team: Swedish \nLanguage: sv\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.4.3\n" msgid "BFS - Category" msgstr "BFS - Kategori" diff --git a/locale/zh_Hans/LC_MESSAGES/index.po b/locale/zh_Hans/LC_MESSAGES/index.po index ca9be12e54..fc54c94bc1 100644 --- a/locale/zh_Hans/LC_MESSAGES/index.po +++ b/locale/zh_Hans/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2024-09-23 14:18+0000\n" diff --git a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po index 801602a7c3..f01a1582d5 100644 --- a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.8 +# Copyright (C) pgRouting Contributors - Version v4.1 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2023. # Wangdapeng , 2023, 2025. @@ -10,7 +10,7 @@ # Dapeng Wang , 2025. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.8\n" +"Project-Id-Version: pgRouting v4.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-10-08 19:15+0000\n" "PO-Revision-Date: 2025-09-22 16:28+0000\n" diff --git a/sql/coloring/sequentialVertexColoring.sql b/sql/coloring/sequentialVertexColoring.sql index f6ba9713a0..dcc38da656 100644 --- a/sql/coloring/sequentialVertexColoring.sql +++ b/sql/coloring/sequentialVertexColoring.sql @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ********************************************************************PGR-GNU*/ ---3.2 +--v3.2 CREATE FUNCTION pgr_sequentialVertexColoring( TEXT, -- edges_sql (required) diff --git a/sql/scripts/build-extension-update-files.pl b/sql/scripts/build-extension-update-files.pl index 9dff56a9b9..259d57da82 100755 --- a/sql/scripts/build-extension-update-files.pl +++ b/sql/scripts/build-extension-update-files.pl @@ -68,6 +68,7 @@ my $version_3_7 = qr/(3.7.[\d+])/; my $version_3_8 = qr/(3.8.[\d+])/; my $version_4_0 = qr/(4.0.[\d+])/; +my $version_4_1 = qr/(4.1.[\d+])/; # add minor here my $version_2 = qr/(2.[\d+].[\d+])/; @@ -77,7 +78,7 @@ my $mayor_format = qr/([\d+]).[\d+].[\d+]/; -my $current = $version_4_0; +my $current = $version_4_1; sub Usage { diff --git a/sql/sigs/pgrouting--4.1.sig b/sql/sigs/pgrouting--4.1.sig new file mode 100644 index 0000000000..2e8a3eb33b --- /dev/null +++ b/sql/sigs/pgrouting--4.1.sig @@ -0,0 +1,330 @@ +_pgr_array_reverse(anyarray) +_pgr_articulationpoints(text) +pgr_articulationpoints(text) +pgr_astarcostmatrix(text,anyarray,boolean,integer,double precision,double precision) +pgr_astarcost(text,anyarray,anyarray,boolean,integer,double precision,double precision) +pgr_astarcost(text,anyarray,bigint,boolean,integer,double precision,double precision) +pgr_astarcost(text,bigint,anyarray,boolean,integer,double precision,double precision) +pgr_astarcost(text,bigint,bigint,boolean,integer,double precision,double precision) +pgr_astarcost(text,text,boolean,integer,double precision,double precision) +pgr_astar(text,anyarray,anyarray,boolean,integer,double precision,double precision) +_pgr_astar(text,anyarray,anyarray,boolean,integer,double precision,double precision,boolean,boolean) +pgr_astar(text,anyarray,bigint,boolean,integer,double precision,double precision) +pgr_astar(text,bigint,anyarray,boolean,integer,double precision,double precision) +pgr_astar(text,bigint,bigint,boolean,integer,double precision,double precision) +pgr_astar(text,text,boolean,integer,double precision,double precision) +_pgr_astar(text,text,boolean,integer,double precision,double precision,boolean) +_pgr_bandwidth(text) +pgr_bandwidth(text) +pgr_bdastarcostmatrix(text,anyarray,boolean,integer,numeric,numeric) +pgr_bdastarcost(text,anyarray,anyarray,boolean,integer,numeric,numeric) +pgr_bdastarcost(text,anyarray,bigint,boolean,integer,numeric,numeric) +pgr_bdastarcost(text,bigint,anyarray,boolean,integer,numeric,numeric) +pgr_bdastarcost(text,bigint,bigint,boolean,integer,numeric,numeric) +pgr_bdastarcost(text,text,boolean,integer,numeric,numeric) +_pgr_bdastar(text,anyarray,anyarray,boolean,integer,double precision,double precision,boolean) +pgr_bdastar(text,anyarray,anyarray,boolean,integer,numeric,numeric) +pgr_bdastar(text,anyarray,bigint,boolean,integer,numeric,numeric) +pgr_bdastar(text,bigint,anyarray,boolean,integer,numeric,numeric) +pgr_bdastar(text,bigint,bigint,boolean,integer,numeric,numeric) +_pgr_bdastar(text,text,boolean,integer,double precision,double precision,boolean) +pgr_bdastar(text,text,boolean,integer,numeric,numeric) +pgr_bddijkstracostmatrix(text,anyarray,boolean) +pgr_bddijkstracost(text,anyarray,anyarray,boolean) +pgr_bddijkstracost(text,anyarray,bigint,boolean) +pgr_bddijkstracost(text,bigint,anyarray,boolean) +pgr_bddijkstracost(text,bigint,bigint,boolean) +pgr_bddijkstracost(text,text,boolean) +pgr_bddijkstra(text,anyarray,anyarray,boolean) +_pgr_bddijkstra(text,anyarray,anyarray,boolean,boolean) +pgr_bddijkstra(text,anyarray,bigint,boolean) +pgr_bddijkstra(text,bigint,anyarray,boolean) +pgr_bddijkstra(text,bigint,bigint,boolean) +pgr_bddijkstra(text,text,boolean) +_pgr_bddijkstra(text,text,boolean,boolean) +pgr_bellmanford(text,anyarray,anyarray,boolean) +_pgr_bellmanford(text,anyarray,anyarray,boolean,boolean) +pgr_bellmanford(text,anyarray,bigint,boolean) +pgr_bellmanford(text,bigint,anyarray,boolean) +pgr_bellmanford(text,bigint,bigint,boolean) +pgr_bellmanford(text,text,boolean) +_pgr_bellmanford(text,text,boolean,boolean) +_pgr_betweennesscentrality(text,boolean) +pgr_betweennesscentrality(text,boolean) +_pgr_biconnectedcomponents(text) +pgr_biconnectedcomponents(text) +_pgr_binarybreadthfirstsearch(text,anyarray,anyarray,boolean) +pgr_binarybreadthfirstsearch(text,anyarray,anyarray,boolean) +pgr_binarybreadthfirstsearch(text,anyarray,bigint,boolean) +pgr_binarybreadthfirstsearch(text,bigint,anyarray,boolean) +pgr_binarybreadthfirstsearch(text,bigint,bigint,boolean) +_pgr_binarybreadthfirstsearch(text,text,boolean) +pgr_binarybreadthfirstsearch(text,text,boolean) +_pgr_bipartite(text) +pgr_bipartite(text) +_pgr_boost_version() +pgr_boykovkolmogorov(text,anyarray,anyarray) +pgr_boykovkolmogorov(text,anyarray,bigint) +pgr_boykovkolmogorov(text,bigint,anyarray) +pgr_boykovkolmogorov(text,bigint,bigint) +pgr_boykovkolmogorov(text,text) +_pgr_breadthfirstsearch(text,anyarray,bigint,boolean) +pgr_breadthfirstsearch(text,anyarray,boolean,bigint) +pgr_breadthfirstsearch(text,bigint,boolean,bigint) +_pgr_bridges(text) +pgr_bridges(text) +_pgr_build_type() +_pgr_checkcolumn(text,text,text,boolean,boolean) +_pgr_checkquery(text) +pgr_chinesepostmancost(text) +pgr_chinesepostman(text) +_pgr_chinesepostman(text,boolean) +_pgr_compilation_date() +_pgr_compiler_version() +_pgr_connectedcomponents(text) +pgr_connectedcomponents(text) +pgr_contractiondeadend(text,boolean,bigint[]) +_pgr_contractionhierarchies(text,bigint[],boolean) +pgr_contractionhierarchies(text,boolean,bigint[]) +pgr_contractionlinear(text,boolean,bigint[]) +_pgr_contraction(text,bigint[],integer,bigint[],boolean) +pgr_contraction(text,boolean,integer[],integer,bigint[]) +_pgr_cuthillmckeeordering(text) +pgr_cuthillmckeeordering(text) +pgr_dagshortestpath(text,anyarray,anyarray) +pgr_dagshortestpath(text,anyarray,bigint) +pgr_dagshortestpath(text,bigint,anyarray) +pgr_dagshortestpath(text,bigint,bigint) +pgr_dagshortestpath(text,text) +_pgr_dagshortestpath_v4(text,anyarray,anyarray,boolean,boolean) +_pgr_dagshortestpath_v4(text,text,boolean) +pgr_degree(text,boolean) +pgr_degree(text,text,boolean) +_pgr_depthfirstsearch(text,anyarray,boolean,bigint) +pgr_depthfirstsearch(text,anyarray,boolean,bigint) +pgr_depthfirstsearch(text,bigint,boolean,bigint) +pgr_dijkstracostmatrix(text,anyarray,boolean) +pgr_dijkstracost(text,anyarray,anyarray,boolean) +pgr_dijkstracost(text,anyarray,bigint,boolean) +pgr_dijkstracost(text,bigint,anyarray,boolean) +pgr_dijkstracost(text,bigint,bigint,boolean) +pgr_dijkstracost(text,text,boolean) +pgr_dijkstranearcost(text,anyarray,anyarray,boolean,bigint,boolean) +pgr_dijkstranearcost(text,anyarray,bigint,boolean,bigint) +pgr_dijkstranearcost(text,bigint,anyarray,boolean,bigint) +pgr_dijkstranearcost(text,text,boolean,bigint,boolean) +pgr_dijkstranear(text,anyarray,anyarray,boolean,bigint,boolean) +pgr_dijkstranear(text,anyarray,bigint,boolean,bigint) +pgr_dijkstranear(text,bigint,anyarray,boolean,bigint) +pgr_dijkstranear(text,text,boolean,bigint,boolean) +pgr_dijkstra(text,anyarray,anyarray,boolean) +pgr_dijkstra(text,anyarray,bigint,boolean) +pgr_dijkstra(text,bigint,anyarray,boolean) +pgr_dijkstra(text,bigint,bigint,boolean) +pgr_dijkstra(text,text,boolean) +_pgr_dijkstra_v4(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean) +_pgr_dijkstra_v4(text,text,boolean,boolean,bigint,boolean) +_pgr_dijkstravia(text,anyarray,boolean,boolean,boolean) +pgr_dijkstravia(text,anyarray,boolean,boolean,boolean) +pgr_drivingdistance(text,anyarray,double precision,boolean,boolean) +pgr_drivingdistance(text,bigint,double precision,boolean) +_pgr_drivingdistancev4(text,anyarray,double precision,boolean,boolean) +_pgr_edgecoloring(text) +pgr_edgecoloring(text) +_pgr_edgedisjointpaths(text,anyarray,anyarray,boolean) +pgr_edgedisjointpaths(text,anyarray,anyarray,boolean) +pgr_edgedisjointpaths(text,anyarray,bigint,boolean) +pgr_edgedisjointpaths(text,bigint,anyarray,boolean) +pgr_edgedisjointpaths(text,bigint,bigint,boolean) +_pgr_edgedisjointpaths(text,text,boolean) +pgr_edgedisjointpaths(text,text,boolean) +pgr_edmondskarp(text,anyarray,anyarray) +pgr_edmondskarp(text,anyarray,bigint) +pgr_edmondskarp(text,bigint,anyarray) +pgr_edmondskarp(text,bigint,bigint) +pgr_edmondskarp(text,text) +_pgr_edwardmoore(text,anyarray,anyarray,boolean) +pgr_edwardmoore(text,anyarray,anyarray,boolean) +pgr_edwardmoore(text,anyarray,bigint,boolean) +pgr_edwardmoore(text,bigint,anyarray,boolean) +pgr_edwardmoore(text,bigint,bigint,boolean) +_pgr_edwardmoore(text,text,boolean) +pgr_edwardmoore(text,text,boolean) +pgr_extractvertices(text,boolean) +pgr_findcloseedges(text,geometry,double precision,integer,boolean) +pgr_findcloseedges(text,geometry[],double precision,integer,boolean) +_pgr_floydwarshall(text,boolean) +pgr_floydwarshall(text,boolean) +pgr_full_version() +_pgr_get_statement(text) +_pgr_git_hash() +_pgr_hawickcircuits(text) +pgr_hawickcircuits(text) +_pgr_isplanar(text) +pgr_isplanar(text) +_pgr_johnson(text,boolean) +pgr_johnson(text,boolean) +_pgr_kingordering(text) +pgr_kingordering(text) +pgr_kruskalbfs(text,anyarray,bigint) +pgr_kruskalbfs(text,bigint,bigint) +pgr_kruskaldd(text,anyarray,double precision) +pgr_kruskaldd(text,anyarray,numeric) +pgr_kruskaldd(text,bigint,double precision) +pgr_kruskaldd(text,bigint,numeric) +pgr_kruskaldfs(text,anyarray,bigint) +pgr_kruskaldfs(text,bigint,bigint) +pgr_kruskal(text) +_pgr_kruskalv4(text,anyarray,text,bigint,double precision) +pgr_ksp(text,anyarray,anyarray,integer,boolean,boolean) +pgr_ksp(text,anyarray,bigint,integer,boolean,boolean) +pgr_ksp(text,bigint,anyarray,integer,boolean,boolean) +pgr_ksp(text,bigint,bigint,integer,boolean,boolean) +pgr_ksp(text,text,integer,boolean,boolean) +_pgr_ksp_v4(text,anyarray,anyarray,integer,boolean,boolean) +_pgr_ksp_v4(text,text,integer,boolean,boolean) +_pgr_lengauertarjandominatortree(text,bigint) +pgr_lengauertarjandominatortree(text,bigint) +_pgr_lib_version() +_pgr_linegraphfull(text) +pgr_linegraphfull(text) +_pgr_linegraph(text,boolean) +pgr_linegraph(text,boolean) +_pgr_makeconnected(text) +pgr_makeconnected(text) +pgr_maxcardinalitymatch(text) +_pgr_maxcardinalitymatch_v4(text) +pgr_maxflowmincost_cost(text,anyarray,anyarray) +pgr_maxflowmincost_cost(text,anyarray,bigint) +pgr_maxflowmincost_cost(text,bigint,anyarray) +pgr_maxflowmincost_cost(text,bigint,bigint) +pgr_maxflowmincost_cost(text,text) +pgr_maxflowmincost(text,anyarray,anyarray) +_pgr_maxflowmincost(text,anyarray,anyarray,boolean) +pgr_maxflowmincost(text,anyarray,bigint) +pgr_maxflowmincost(text,bigint,anyarray) +pgr_maxflowmincost(text,bigint,bigint) +pgr_maxflowmincost(text,text) +_pgr_maxflowmincost(text,text,boolean) +pgr_maxflow(text,anyarray,anyarray) +_pgr_maxflow(text,anyarray,anyarray,integer,boolean) +pgr_maxflow(text,anyarray,bigint) +pgr_maxflow(text,bigint,anyarray) +pgr_maxflow(text,bigint,bigint) +pgr_maxflow(text,text) +_pgr_maxflow(text,text,integer,boolean) +_pgr_operating_system() +_pgr_parameter_check(text,text,boolean) +_pgr_pgsql_version() +_pgr_pickdelivereuclidean(text,text,double precision,integer,integer) +pgr_pickdelivereuclidean(text,text,double precision,integer,integer) +_pgr_pickdeliver(text,text,text,double precision,integer,integer) +pgr_pickdeliver(text,text,text,double precision,integer,integer) +pgr_primbfs(text,anyarray,bigint) +pgr_primbfs(text,bigint,bigint) +pgr_primdd(text,anyarray,double precision) +pgr_primdd(text,anyarray,numeric) +pgr_primdd(text,bigint,double precision) +pgr_primdd(text,bigint,numeric) +pgr_primdfs(text,anyarray,bigint) +pgr_primdfs(text,bigint,bigint) +pgr_prim(text) +_pgr_primv4(text,anyarray,text,bigint,double precision) +pgr_pushrelabel(text,anyarray,anyarray) +pgr_pushrelabel(text,anyarray,bigint) +pgr_pushrelabel(text,bigint,anyarray) +pgr_pushrelabel(text,bigint,bigint) +pgr_pushrelabel(text,text) +pgr_separatecrossing(text,double precision,boolean) +pgr_separatetouching(text,double precision,boolean) +_pgr_sequentialvertexcoloring(text) +pgr_sequentialvertexcoloring(text) +_pgr_sloanordering(text) +pgr_sloanordering(text) +_pgr_stoerwagner(text) +pgr_stoerwagner(text) +_pgr_strongcomponents(text) +pgr_strongcomponents(text) +_pgr_topologicalsort(text) +pgr_topologicalsort(text) +_pgr_transitiveclosure(text) +pgr_transitiveclosure(text) +pgr_trsp(text,text,anyarray,anyarray,boolean) +pgr_trsp(text,text,anyarray,bigint,boolean) +pgr_trsp(text,text,bigint,anyarray,boolean) +pgr_trsp(text,text,bigint,bigint,boolean) +pgr_trsp(text,text,text,boolean) +_pgr_trspv4(text,text,anyarray,anyarray,boolean) +_pgr_trspv4(text,text,text,boolean) +_pgr_trspvia(text,text,anyarray,boolean,boolean,boolean) +pgr_trspvia(text,text,anyarray,boolean,boolean,boolean) +pgr_trspvia_withpoints(text,text,text,anyarray,boolean,boolean,boolean,boolean) +pgr_trspvia_withpoints(text,text,text,anyarray,character,boolean,boolean,boolean,boolean) +_pgr_trspvia_withpoints_v4(text,text,text,anyarray,boolean,boolean,boolean,character,boolean) +pgr_trsp_withpoints(text,text,text,anyarray,anyarray,boolean,boolean) +pgr_trsp_withpoints(text,text,text,anyarray,anyarray,character,boolean,boolean) +pgr_trsp_withpoints(text,text,text,anyarray,bigint,boolean,boolean) +pgr_trsp_withpoints(text,text,text,anyarray,bigint,character,boolean,boolean) +pgr_trsp_withpoints(text,text,text,bigint,anyarray,boolean,boolean) +pgr_trsp_withpoints(text,text,text,bigint,anyarray,character,boolean,boolean) +pgr_trsp_withpoints(text,text,text,bigint,bigint,boolean,boolean) +pgr_trsp_withpoints(text,text,text,bigint,bigint,character,boolean,boolean) +pgr_trsp_withpoints(text,text,text,text,boolean,boolean) +pgr_trsp_withpoints(text,text,text,text,character,boolean,boolean) +_pgr_trsp_withpoints_v4(text,text,text,anyarray,anyarray,boolean,character,boolean) +_pgr_trsp_withpoints_v4(text,text,text,text,boolean,character,boolean) +pgr_tspeuclidean(text,bigint,bigint) +_pgr_tspeuclidean_v4(text,bigint,bigint) +pgr_tsp(text,bigint,bigint) +_pgr_tsp_v4(text,bigint,bigint) +pgr_turnrestrictedpath(text,text,bigint,bigint,integer,boolean,boolean,boolean,boolean) +_pgr_turnrestrictedpath_v4(text,text,anyarray,anyarray,integer,boolean,boolean,boolean,boolean) +pgr_version() +_pgr_vrponedepot(text,text,text,integer) +pgr_vrponedepot(text,text,text,integer) +pgr_withpointscostmatrix(text,text,anyarray,boolean) +pgr_withpointscostmatrix(text,text,anyarray,character,boolean) +pgr_withpointscost(text,text,anyarray,anyarray,boolean) +pgr_withpointscost(text,text,anyarray,anyarray,character,boolean) +pgr_withpointscost(text,text,anyarray,bigint,boolean) +pgr_withpointscost(text,text,anyarray,bigint,character,boolean) +pgr_withpointscost(text,text,bigint,anyarray,boolean) +pgr_withpointscost(text,text,bigint,anyarray,character,boolean) +pgr_withpointscost(text,text,bigint,bigint,boolean) +pgr_withpointscost(text,text,bigint,bigint,character,boolean) +pgr_withpointscost(text,text,text,boolean) +pgr_withpointscost(text,text,text,character,boolean) +pgr_withpointsdd(text,text,anyarray,double precision,boolean,boolean,boolean) +pgr_withpointsdd(text,text,anyarray,double precision,character,boolean,boolean,boolean) +pgr_withpointsdd(text,text,bigint,double precision,boolean,boolean) +pgr_withpointsdd(text,text,bigint,double precision,character,boolean,boolean) +_pgr_withpointsddv4(text,text,anyarray,double precision,character,boolean,boolean,boolean) +pgr_withpointsksp(text,text,anyarray,anyarray,integer,boolean,boolean,boolean) +pgr_withpointsksp(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean) +pgr_withpointsksp(text,text,anyarray,bigint,integer,boolean,boolean,boolean) +pgr_withpointsksp(text,text,anyarray,bigint,integer,character,boolean,boolean,boolean) +pgr_withpointsksp(text,text,bigint,anyarray,integer,boolean,boolean,boolean) +pgr_withpointsksp(text,text,bigint,anyarray,integer,character,boolean,boolean,boolean) +pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,boolean) +pgr_withpointsksp(text,text,bigint,bigint,integer,character,boolean,boolean,boolean) +pgr_withpointsksp(text,text,text,integer,boolean,boolean,boolean) +pgr_withpointsksp(text,text,text,integer,character,boolean,boolean,boolean) +_pgr_withpointsksp_v4(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean) +_pgr_withpointsksp_v4(text,text,text,integer,character,boolean,boolean,boolean) +pgr_withpoints(text,text,anyarray,anyarray,boolean,boolean) +_pgr_withpoints(text,text,anyarray,anyarray,boolean,character,boolean,boolean,boolean) +pgr_withpoints(text,text,anyarray,anyarray,character,boolean,boolean) +pgr_withpoints(text,text,anyarray,bigint,boolean,boolean) +pgr_withpoints(text,text,anyarray,bigint,character,boolean,boolean) +pgr_withpoints(text,text,bigint,anyarray,boolean,boolean) +pgr_withpoints(text,text,bigint,anyarray,character,boolean,boolean) +pgr_withpoints(text,text,bigint,bigint,boolean,boolean) +pgr_withpoints(text,text,bigint,bigint,character,boolean,boolean) +pgr_withpoints(text,text,text,boolean,boolean) +_pgr_withpoints(text,text,text,boolean,character,boolean,boolean) +pgr_withpoints(text,text,text,character,boolean,boolean) +_pgr_withpoints_v4(text,text,anyarray,anyarray,boolean,character,boolean,boolean,boolean,bigint,boolean) +_pgr_withpoints_v4(text,text,text,boolean,character,boolean,boolean,bigint,boolean) +pgr_withpointsvia(text,text,anyarray,boolean,boolean,boolean,boolean) +pgr_withpointsvia(text,text,anyarray,character,boolean,boolean,boolean,boolean) +_pgr_withpointsvia_v4(text,text,anyarray,boolean,boolean,boolean,character,boolean) diff --git a/tools/developer/pumpup_version.sh b/tools/developer/pumpup_version.sh index d6dacf8976..e32d843621 100755 --- a/tools/developer/pumpup_version.sh +++ b/tools/developer/pumpup_version.sh @@ -124,7 +124,7 @@ perl -pi -e 's/'"${OLD_VERSION}"'/'"${NEW_VERSION}"'/g' tools/testers/pg_prove_t perl -pi -e 's/'"${OLD_VERSION}${KIND}"'/'"${NEW_VERSION}${NEW_KIND}"'/' docqueries/version/*.result if [ "${WHAT_NEXT}" == "minor" ] then - perl -pi -e 's/^---------/-----------/' docqueries/version/doc-full_version.result + perl -pi -e 's/^---------/-----------/' docqueries/version/full_version.result fi perl -pi -e 's/'"${OLD_VERSION}"'/'"${NEW_VERSION}"'/' docqueries/version/*.result diff --git a/tools/developer/run.sh b/tools/developer/run.sh index 8813a95f3d..8091dfb579 100755 --- a/tools/developer/run.sh +++ b/tools/developer/run.sh @@ -59,8 +59,8 @@ QUERIES_DIRS="dijkstra" TAP_DIRS="dijkstra" # To skip processing queries and tap tests -QUERIES_DIRS="" -TAP_DIRS="" +#QUERIES_DIRS="" +#TAP_DIRS="" function set_cmake { # inspect options diff --git a/tools/testers/pg_prove_tests.sh b/tools/testers/pg_prove_tests.sh index 4ea9e9b952..bef2ef9443 100755 --- a/tools/testers/pg_prove_tests.sh +++ b/tools/testers/pg_prove_tests.sh @@ -37,7 +37,7 @@ echo "$PGPORT" pushd ./tools/testers/ || exit 1 -bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "4.0.0" +bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "4.1.0" PGOPTIONS="-c client_min_messages=WARNING" pg_prove --failures --q --recurse \ -S on_error_rollback=off \