Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Update pg_buffercache's meson.build.
authorRobert Haas <rhaas@postgresql.org>
Tue, 27 Sep 2022 19:31:36 +0000 (15:31 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 27 Sep 2022 19:34:17 +0000 (15:34 -0400)
Commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c needed to do this,
but didn't.

Per Justin Pryzby.

Discussion: 20220927191710.GG6256@telsasoft.com

contrib/pg_buffercache/meson.build

index 2c69eae3ea24689ba99e372bcf0e96d7545db502..9f34754d6c34b21bd4138e51a47ae37b993fc727 100644 (file)
@@ -11,6 +11,7 @@ install_data(
   'pg_buffercache--1.1--1.2.sql',
   'pg_buffercache--1.2--1.3.sql',
   'pg_buffercache--1.2.sql',
+  'pg_buffercache--1.3--1.4.sql',
   'pg_buffercache.control',
   kwargs: contrib_data_args,
 )