1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

Update some more forward declarations to use typedef

As commit d4d1fc527b.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/202509191025.22agk3fvpilc@alvherre.pgsql
This commit is contained in:
Álvaro Herrera
2025-09-25 14:33:19 +02:00
parent 668de04309
commit 81fc3e28e3
7 changed files with 66 additions and 65 deletions

View File

@@ -110,7 +110,7 @@ table_slot_create(Relation relation, List **reglist)
*/
TableScanDesc
table_beginscan_catalog(Relation relation, int nkeys, struct ScanKeyData *key)
table_beginscan_catalog(Relation relation, int nkeys, ScanKeyData *key)
{
uint32 flags = SO_TYPE_SEQSCAN |
SO_ALLOW_STRAT | SO_ALLOW_SYNC | SO_ALLOW_PAGEMODE | SO_TEMP_SNAPSHOT;