mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
code: replace most remaining uses of 'master'.
Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
This commit is contained in:
@@ -22,8 +22,8 @@ At least on Linux, no platform-specific adjustment is needed.
|
||||
Postgres' files under src/backend/snowball/libstemmer/ and
|
||||
src/include/snowball/libstemmer/ are taken directly from the Snowball
|
||||
files, with only some minor adjustments of file inclusions. Note
|
||||
that most of these files are in fact derived files, not master source.
|
||||
The master sources are in the Snowball language, and are built using
|
||||
that most of these files are in fact derived files, not original source.
|
||||
The original sources are in the Snowball language, and are built using
|
||||
the Snowball-to-C compiler that is also part of the Snowball project.
|
||||
We choose to include the derived files in the PostgreSQL distribution
|
||||
because most installations will not have the Snowball compiler available.
|
||||
|
Reference in New Issue
Block a user