Use PG17 for code formatt

pull/475/head
Artem Gavrilov 2024-07-18 15:47:34 +02:00
parent 0e119b9d00
commit a945857020
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'postgres/postgres' repository: 'postgres/postgres'
ref: 'REL_16_STABLE' ref: 'REL_17_STABLE'
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -34,7 +34,7 @@ endif
# Fetches typedefs list for PostgreSQL core and merges it with typedefs defined in this project. # Fetches typedefs list for PostgreSQL core and merges it with typedefs defined in this project.
# https://wiki.postgresql.org/wiki/Running_pgindent_on_non-core_code_or_development_code # https://wiki.postgresql.org/wiki/Running_pgindent_on_non-core_code_or_development_code
update-typedefs: update-typedefs:
wget -q -O - "https://buildfarm.postgresql.org/cgi-bin/typedefs.pl?branch=REL_16_STABLE" | cat - typedefs.list | sort | uniq > typedefs-full.list wget -q -O - "https://buildfarm.postgresql.org/cgi-bin/typedefs.pl?branch=REL_17_STABLE" | cat - typedefs.list | sort | uniq > typedefs-full.list
# Indents projects sources. # Indents projects sources.
indent: indent: