Update to use GitHub for source repos.

This commit is contained in:
Dave Page
2022-09-21 10:56:03 +01:00
parent 4d9dfe7d04
commit 8459a45d72
6 changed files with 7 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ import requests
import argparse
PG_CODES_URLS = [
"https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;"
"f=src/pl/plpgsql/src/pl_scanner.c",
"https://raw.githubusercontent.com/postgres/postgres/master/src/pl/"
"plpgsql/src/pl_scanner.c",
]
PG_CODES_REGEX = "PG_KEYWORD\(\"([a-z]*)\"[A-Z_, ]*\)"